Skip to content

dwarvesf/react-native-boilerplate

Repository files navigation

Dwarves React Native Boilerplate

Dwarves Foundation. Dwarves Foundation Discord.

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.

Requirements

  • 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 and target OS.

Development Setup

  1. Setup iOS gemfile dependencies:
bundle install
  1. Install app dependencies.
yarn
  1. Install Pod dependencies.
npx pod-install
  1. Build and run app:
yarn ios # for iOS
yarn android # for android

Documentation