Collection management application demo for the Google Map locations.
- Online demo
- Download myLocations.apk
The project demonstrates the possibility of maximum sharing of code between web and the React Native platforms. In fact, only src/browser/Root.js
and src/native/Root.js
differ, well, also, the code for some components and styles is different.
The boilerplate web-native-app is based on:
The stylization of the web components - Fela. This approach allowed us to apply StyleSheets of the same structure.
npm run browser
run web app in development modenpm run build
build web app for productionnpm run deploy
deploy to Github pages (configuregit remote
before this)
npm run android
install React Native Android applicationnpm run native
start React Native applicationnpm run apk
generating the release APKnpm run log
starting the Android logger