- Clone this repo
https://github.com/vlade2008/Geolocation-reactnative-awsappync.git
- cd into directory and install the dependencies
cd Geolocation-reactnative-awsappync
yarn || npm i
-
update src/appsync.js with your AppSync credentials
-
Run Project
npm run ios - for ios
npm run android - for android
https://expo.io/@christianjohnsaclao/geolocation-aws-appysnc-christian
type Business {
id: ID!
name: String!
description: String
address: String
type: String
latitude: Float
longitude: Float
latitudeDelta: Float
longitudeDelta: Float
}