/react-native-web-typescript-navigation-starter

A React Native Web starter config - using react-native-web, Typescript and React Navigation. Develop ios, android and web with same codebase.

Primary LanguageTypeScript

react-native-web-typescript-navigation-starter

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.

Setup includes

Run it

iOS: npm run ios

Andorid: npm run android

Web: npm run start

Versions

"react": "16.6.3",
"react-native": "0.57.7",
"react-native-web": "^0.9.8",
"react-navigation": "^3.0.4",
"typescript": "^3.2.1"