Skip to content

tirtavium/SimpleServerDrivenUI-graphQL-React-Native

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published