A simple demo demonstrating React Native general capabilities
To get started, please follow the steps below:
- Please follow the React Native guide to set up your environment
- Run
yarn
to installnode_modules
. - Run
npx pod-install
to installPods
onios
folder. - Run
yarn start
to set up your metro bundler. - Either run
yarn android
oryarn ios
to run your app respectively.
Happy coding! 👨🏽💻