- React Native Web: for rendering on both web and native
- Apollo: for data fetching and state management
- Styled Components
- Webpack: for bundling web assets
$ yarn web:dev
$ yarn native:dev
$ yarn native:run-ios
$ yarn native:run-android
- Webpack doesn't generate correct source maps on web
- You will encounter some problems if you try to run the app on iOS or Android, the code is not (yet) optimised to run on there
MIT License