This React Native boilerplate is a starting point for your mobile application development needs. It includes the basic setups and libraries you need to kickstart your project.
- Node version >= 18.16.0.
- Ruby version >= 2.7.0.
- Development for iOS requires a Mac and Xcode 13 or higher, and target iOS 13 and up.
- You need to set up your React Native environment. Refer to the React Native documentation for instructions on how to set up your environment for your
development OS
andtarget OS
.
- Setup iOS gemfile dependencies:
bundle install
- Install app dependencies.
yarn
- Install Pod dependencies.
npx pod-install
- Build and run app:
yarn ios # for iOS
yarn android # for android