A series of react native basic examples (see tags for each type of example)
Setup project with:
npm install && npm install -g react-native-cli
Run project on iOS and Android with:
react-native run-ios
react-native run-android
A react web simple example that uses create-react-app