React Native Starter Project and UI Boilerplate using React Native Elements
- Clone the project
git clone git@github.com:dabit3/react-native-hackathon-starter.git
- Install dependencies
npm install
- Link the dependencies
react-native link
- Run the app
The API for React Native Elements is located here.
This library has been moved into React Native Elements repo under /example folder.
We have reimplemented the entire app from scratch using Expo & react-navigation and also updated it to include all the latest component for RNE.
-
Here's the link to the app: https://expo.io/@monte9/react-native-elements-app
-
Also here's the new home for this repo: https://github.com/react-native-training/react-native-elements/tree/master/example

