Skip to content

Instantly share code, notes, and snippets.

@christopher-nemeth
Last active June 25, 2018 15:46
Show Gist options
  • Select an option

  • Save christopher-nemeth/25e1e2d4cb76b9f6c8a1d2fc59b9a028 to your computer and use it in GitHub Desktop.

Select an option

Save christopher-nemeth/25e1e2d4cb76b9f6c8a1d2fc59b9a028 to your computer and use it in GitHub Desktop.
React Native setup with expo, react navigation, and native base

Setup

  1. Install react native globally.
  • npm install -g create-react-native-app
  1. Create your app.
  • create-react-native-app my-app
  1. CD into your newly created app.

  2. Download "Expo Client" from the app store if you want to run the development evnironment on your phone.

  3. Run the development env.

  • npm start

Note: You may need to install watchman if you get errors

  • brew install watchman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment