/ReactNativeExample

Primary LanguageJavaScriptMIT LicenseMIT

ReactNativeExample

Install all the dependencies for React Native in the getting started guide.

###Building and Running

  1. Install the dependencies
npm i
  1. Run on the iOS simulator
react-native run-ios
  1. Run on the Android simulator
react-native run-android