A react native project for me to play around with various libraries.
See the features folder for more details.
The API_URL in the .env.sample was intentionally left there as some features require connection to my personal server.
- Install dependencies using
yarn
- This project uses react-native-config for its environment variables. Copy
.env.development.sample
into.env.development
.
- To switch to storybook, run
yarn use-storybook && yarn prestorybook
- To switch to regular app mode, run
yarn use-main
- Run android with
yarn android
- Run
cd ios && pod install && cd ..
- Run ios with
yarn ios