tirtavium / SimpleServerDrivenUI-graphQL-React-Native

AWS App Sync(GraphQL) as Gateway, AWS Lambda as Resolver, and React Native as Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleServerDrivenUI-graphQL-React-Native

Simple Server Drive UI concept Using React Native RecycleView and AWS App Sync

Alt Text

Getting Started

These instructions will get you know the detail of implementation

Prerequisites

You must have node JS and IDE for ReactNative

Installing

Create React Native Project

react-native init covidUpdate

Create Amplify project

amplify init

addapi

Add API Graphql

amplify add api

addapi

Create GraphQL Schema

amplify mock api

mockapi

Push To cloud

amplify push

Adding React Native Module

yarn add aws-amplify aws-amplify-react-native
yarn add recyclerlistview
yarn add @react-native-community/netinfo
react-native link @react-native-community/netinfo
cd ios && pod install && cd ..

Running the tests

Run the on ios device

react-native run-ios

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • etc

About

AWS App Sync(GraphQL) as Gateway, AWS Lambda as Resolver, and React Native as Client


Languages

Language:JavaScript 58.5%Language:Java 14.6%Language:Ruby 12.4%Language:Objective-C 10.1%Language:Starlark 4.4%