Skip to content

Geolocation with react-native & ant design & Aws appsync with aws-amplify

License

Notifications You must be signed in to change notification settings

vlade2008/Geolocation-reactnative-awsppync

Repository files navigation

Geolocation-reactnative-awsappync

To run this project

  1. Clone this repo
https://github.com/vlade2008/Geolocation-reactnative-awsappync.git
  1. cd into directory and install the dependencies
cd Geolocation-reactnative-awsappync
yarn || npm i
  1. update src/appsync.js with your AppSync credentials

  2. Run Project

  npm run ios - for ios 
  npm run android - for android
  

Demo

https://expo.io/@christianjohnsaclao/geolocation-aws-appysnc-christian

SCHEMA

type Business {
	id: ID!
	name: String!
	description: String
	address: String
	type: String
	latitude: Float
	longitude: Float
	latitudeDelta: Float
	longitudeDelta: Float
} 

About

Geolocation with react-native & ant design & Aws appsync with aws-amplify

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published