Skip to content

Sample of React Native & Web, RN Maps, GeoLocation, API... will add GraphGL later

Notifications You must be signed in to change notification settings

monkipython/react-native-and-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

react-native-and-web

Sample of React Native & Web, RN Maps, GeoLocation, API... will add GraphGL later.

Include following directory:

  • App - React Native ios & android application
  • Server - Nodejs Express web server & API

Installation

This sample requires Node.js v10+ to run.

To install the App's dependencies and devDependencies.

$ cd react-native-and-web/app && yarn
$ react-native link
$ yarn web /** To preview the app on the browser **/
$ yarn ios

And for the Server...

$ cd react-native-and-web/web && npm install
$ nodemon app.js

Map Geolocation - Only works on ios or android for now.

$ cd react-native-and-web/app
$ rm -f package.json && mv package_with_maps.json.backup package.json
$ yarn
$ react-native link
$ yarn ios /** or build from xcode **/

Todos

  • Add GraphGL

About

Sample of React Native & Web, RN Maps, GeoLocation, API... will add GraphGL later

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •