Skip to content

in this repository there are two simple react-native projects. the first one is a user list project which can access to external storage and create a file on your mobile device. the second project is designed to fin the coordination you give on a solid map using google maps API.

Notifications You must be signed in to change notification settings

shokoofa-ghods/react-native_sampleProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

react-native Sample Projects


simple list of people app

on this project you can add or delete from list and also the contents of the list, will be stored in your file system provided that you allow the external storage accession.

details

  • accession to local storage
  • 'PermissionsAndroid' library
  • write and read from file
  • add/delete users from list

simple coordination finder app

this app is set to get longitude and atitude to ascertain the exact coordination on page using map

details

  • using google maps API

for integrating Google Maps into React Native App on Android follow bellow instructions

  • npm install --save react-native-maps
  • Create a Google Maps API Key
  • Create a Google Maps API Key under AndroidManifes.xml file under the “android/app/src/main/” folder
  • you need to add lines in build..gradle file for more information about lines visit following webpage.

note

  • after cloning the project run npm install or yarn to get the node_module folder
  • then run npx react-native run-android

About

in this repository there are two simple react-native projects. the first one is a user list project which can access to external storage and create a file on your mobile device. the second project is designed to fin the coordination you give on a solid map using google maps API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published