Note: Make sure you have completed the React Native Expo- Environment Setup instructions till "Creating a new application" step, before proceeding.
1, Go to config folder
2, Duplicate Config_default.js to Config.js
3, Update your config varailable
npm install
# using npm
npx expo run:android
# using npm
npx expo run:ios
If you can't get this to work, see the Troubleshooting page.
To learn more about React Native, take a look at the following resources:
- React Native Website - learn more about React Native.
- Getting Started - an overview of React Native and how setup your environment.
- Learn the Basics - a guided tour of the React Native basics.
- Blog - read the latest official React Native Blog posts.
@facebook/react-native
- the Open Source; GitHub repository for React Native.