Run the pre built and configured React Native Elements App on Expo which uses all of the React Native Elements components.
- Clone the project
git clone https://github.com/react-native-training/react-native-elements.git
- Open Examples directory
cd react-native-elements/example
- Install dependencies
yarn
- Open app with Expo Desktop Client
- If you have never used Expo before, click here to install it.
- Then create a new account on the Expo Desktop client that you just installed. Follow this if you need help.
- Then click
Project
->Open Project
and select the examples folder from Step 2 above. - Finally run the app on simulator or your device.
Click here to view the docs for React Native Elements.
-
"expo": "16.0.0"
-
"react": "16.0.0-alpha.6"
-
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz"
-
"react-native-elements": "^0.13.0"
or
-
"react-native-elements": "git://github.com/react-native-training/react-native-elements.git#next"
-
"react-navigation": "^1.0.0-beta.9"