Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 671 Bytes

File metadata and controls

23 lines (17 loc) · 671 Bytes

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"