diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 18:56:31 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-06-07 18:56:31 -0500 |
commit | efe65e70d7f8a4f30e4c780c5fdb56f3c81f377e (patch) | |
tree | 702ad3a06f6438e2c33c3039938729599e063837 /README.md | |
parent | 1a1d313801b5ad6ff6cf182881c615b864cfc21d (diff) | |
download | voidsky-efe65e70d7f8a4f30e4c780c5fdb56f3c81f377e.tar.zst |
Add basic react-navigator usage
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md index 5d4cbe672..b69f6b0dd 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ Uses: - [React Native](https://reactnative.dev) - (blocked) [React Native for Web](https://necolas.github.io/react-native-web/) - Needs [0.18 preview release #2248](https://github.com/necolas/react-native-web/pull/2248) to merge -- (todo) [React Navigation](https://reactnative.dev/docs/navigation#react-navigation) +- [React Navigation](https://reactnative.dev/docs/navigation#react-navigation) - (todo) [MobX](https://mobx.js.org/README.html) and [MobX State Tree](https://mobx-state-tree.js.org/) - (todo) [Async Storage](https://github.com/react-native-async-storage/async-storage) ## Build instructions - Setup your environment [using the react native instructions](https://reactnative.dev/docs/environment-setup). +- After initial setup: + - `cd ios ; pod install` Installs the React Navigation deps ([info](https://reactnative.dev/docs/navigation#installation-and-setup)). - To run the iOS simulator: `yarn ios` - To run the Android simulator: `yarn android` - Tips |