A starter config for building cross platform apps for ios, android and web. Based on create-react-app for web part and "react-native init" (no Expo) for react native part.
- React Native - https://facebook.github.io/react-native/
- React Native Web - https://github.com/necolas/react-native-web
- React Navigation - https://reactnavigation.org/
- Typescript
iOS: npm run ios
Andorid: npm run android
Web: npm run start
"react": "16.6.3",
"react-native": "0.57.7",
"react-native-web": "^0.9.8",
"react-navigation": "^3.0.4",
"typescript": "^3.2.1"