Simple Server Drive UI concept Using React Native RecycleView and AWS App Sync
These instructions will get you know the detail of implementation
You must have node JS and IDE for ReactNative
Create React Native Project
react-native init covidUpdate Create Amplify project
amplify init Add API Graphql
amplify add api Create GraphQL Schema
amplify mock api 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 .. Run the on ios device
react-native run-ios This project is licensed under the MIT License - see the LICENSE.md file for details
- etc



