henninghall / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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


Languages

Language:TypeScript 36.9%Language:JavaScript 24.5%Language:Objective-C 17.1%Language:Python 7.6%Language:Java 7.0%Language:HTML 6.9%