|
2 | 2 |
|
3 | 3 | ## Installation |
4 | 4 |
|
5 | | -* ```brew install node``` |
6 | | -* ```brew install yarn``` |
7 | | -* ```brew install watchman``` |
8 | | -* ```gem install cocoapods``` |
| 5 | +- Homebrew <https://brew.sh/> |
| 6 | +- Node <https://nodejs.org/> `brew install node` |
| 7 | +- Yarn package manager <https://yarnpkg.com/> `brew install yarn` |
| 8 | +- Watchman <https://github.com/facebook/watchman> `brew install watchman` |
| 9 | +- Cocoapods <https://cocoapods.org/> `sudo gem install cocoapods` |
| 10 | +- Xcode <https://apps.apple.com/us/app/xcode/id497799835?mt=12> |
| 11 | +- Android Studio <https://developer.android.com/studio/> |
9 | 12 |
|
10 | 13 | ## Up and running |
11 | 14 |
|
12 | | -1. Navigate to example directory (```cd ~/example```). |
13 | | -2. Install dependencies: ```yarn```. |
14 | | -3. Examine your environment: ```yarn doctor```. Fix any errors before proceeding. |
15 | | -4. Install iOS cocoapods: ```yarn ios:pod``` |
16 | | -5. Start Metro Bundler: ```yarn start```. |
17 | | -6. For iOS, ```yarn ios```. |
18 | | -7. For Android, ```yarn android```. |
| 15 | +Pre-requisite: Installation |
| 16 | + |
| 17 | +1. Navigate to example directory (`cd ~/Example`). |
| 18 | +2. Install dependencies: `yarn`. |
| 19 | +3. Examine your development environment: `yarn doctor`. Fix any errors before proceeding to next step. |
| 20 | +4. Install iOS dependencies: `yarn ios:pod`. |
| 21 | +5. Start the Metro Bundler: `yarn start`. |
| 22 | +6. Install and run on iOS simulator: `yarn ios`. |
| 23 | +7. Install and run on Android emulator: `yarn android`. |
19 | 24 |
|
20 | 25 | ## References |
21 | 26 |
|
22 | | -* <https://reactnative.dev/docs/getting-started.html> |
23 | | -* <https://reactnative.dev/docs/environment-setup> |
| 27 | +- <https://reactnative.dev/docs/getting-started> |
| 28 | +- <https://reactnative.dev/docs/environment-setup> |
0 commit comments