UNPKG

react-native-elements

Version:
54 lines (32 loc) 1.59 kB
![React Native UI Toolkit](http://i.imgur.com/tqxDeoG.png) # React Native Elements App ## Demo App Run the pre built and configured [React Native Elements App](https://expo.io/@monte9/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 ``` 2. Open Examples directory ``` cd react-native-elements/example ``` 3. Install dependencies ``` yarn ``` 3. Open app with [Expo Desktop Client](https://docs.expo.io/versions/v16.0.0/index.html) - If you have never used Expo before, click [here](https://docs.expo.io/versions/v16.0.0/introduction/installation.html) to install it. - Then create a new account on the Expo Desktop client that you just installed. Follow [this](https://docs.expo.io/versions/v16.0.0/guides/up-and-running.html#create-an-account) 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](https://react-native-training.github.io/react-native-elements/API/buttons/) 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"```