Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dabit3/basic-react-native-appsync
Basic example of AppSync + React Native Implementation
https://github.com/dabit3/basic-react-native-appsync
appsync aws-lambda react-native
Last synced: 3 months ago
JSON representation
Basic example of AppSync + React Native Implementation
- Host: GitHub
- URL: https://github.com/dabit3/basic-react-native-appsync
- Owner: dabit3
- Created: 2018-03-21T15:27:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T16:36:44.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T19:34:17.249Z (3 months ago)
- Topics: appsync, aws-lambda, react-native
- Language: Objective-C
- Size: 140 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aws-appsync - Basic React Native Implementation
README
# React Native + AppSync Example
## Getting started:
1. Clone project
```
git clone https://github.com/dabit3/basic-react-native-appsync.git
```2. Install dependencies using npm or yarn
```
yarn || npm i
```3. Download `aws-exports.js` file into root directory
4. Run project