1.0 KiB
1.0 KiB
Social App
In-progress social app.
Uses:
- React Native
- (blocked) React Native for Web
- Needs 0.18 preview release #2248 to merge
- (todo) React Navigation
- (todo) MobX and MobX State Tree
- (todo) Async Storage
Build instructions
- Setup your environment using the react native instructions.
- To run the iOS simulator:
yarn ios
- To run the Android simulator:
yarn android
- Tips
npx react-native info
Checks what has been installed.- Android instructions are a little inaccurate but not as much as you might think. I had to manually create a virtual device, then run
yarn android
twice (once to start the emulator and the second time to connect to it).