A React/React Native app that runs everywhere, web, iOS and Android, using React Native Web for web and Expo for mobile.
This project was bootstrapped with Expo's tabs template and expanded to run on web.
Script | Action |
---|---|
yarn start |
Starts Expo CLI's dev server and allows you to open the app on both iOS and Android via Expo's app. Can be run concurrently with start-web |
yarn start-web |
Starts webpack and allows you to access the app at [http://localhost:8080]. Can be run concurrently with start |
The full list can be found in package.json . |
Expo SDK: 31.0.2
React Native: expo-0.57.1
I stood on the shoulders of these giants:
- Jonny Kalambay's Your First Hybrid App in Minutes — React Native on the Web and corresponding github repo, hybrid-app-pokedex
- Ron Arts's Web support for create-react-native-app and corresponding github repo, expo-web
- Nicolas Gallagher's React Native Web
- Yannick Spark's Write once, run anywhere with Create React (Native) App and react-native-web