Skip to content

Commit 5c9e94a

Browse files
committed
Copy README.md from react-native-template-redux-typescript
1 parent 3a811e7 commit 5c9e94a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

examples/publish-ci/react-native/README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).
1+
# React Native Template Redux TypeScript
2+
3+
The official Redux+TS template for React Native.
4+
5+
## :arrow_forward: Usage
6+
7+
```sh
8+
npx react-native init MyApp --template react-native-template-redux-typescript
9+
```
210

311
# Getting Started
412

@@ -13,7 +21,9 @@ To start Metro, run the following command from the _root_ of your React Native p
1321
```bash
1422
# using npm
1523
npm start
24+
```
1625

26+
```bash
1727
# OR using Yarn
1828
yarn start
1929
```
@@ -27,7 +37,9 @@ Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _roo
2737
```bash
2838
# using npm
2939
npm run android
40+
```
3041

42+
```bash
3143
# OR using Yarn
3244
yarn android
3345
```
@@ -37,7 +49,9 @@ yarn android
3749
```bash
3850
# using npm
3951
npm run ios
52+
```
4053

54+
```bash
4155
# OR using Yarn
4256
yarn ios
4357
```
@@ -76,4 +90,4 @@ To learn more about React Native, take a look at the following resources:
7690
- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
7791
- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
7892
- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
79-
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.
93+
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native. -->

0 commit comments

Comments
 (0)