/betterself-native

React Native for BetterSelf.io

Primary LanguageJavaScript

React Native UI Toolkit

React Native Elements App

Demo App

Run the pre built and configured React Native Elements App on Expo which uses all of the React Native Elements components.

Get Started

  1. Clone the project
git clone https://github.com/react-native-training/react-native-elements.git
  1. Open Examples directory
cd react-native-elements/example
  1. Install dependencies
yarn
  1. 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.

Docs

Click here to view the docs for React Native Elements.

Versions:

  • "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"