Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashishkapoor/react-native-web
React Native with GraphQL and Tamagui
https://github.com/ashishkapoor/react-native-web
android expo graphql ios react-native react-native-testing-library react-navigation web
Last synced: about 1 month ago
JSON representation
React Native with GraphQL and Tamagui
- Host: GitHub
- URL: https://github.com/ashishkapoor/react-native-web
- Owner: AshishKapoor
- License: mit
- Created: 2023-11-10T08:22:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T21:23:17.000Z (about 1 year ago)
- Last Synced: 2024-01-30T15:19:43.091Z (11 months ago)
- Topics: android, expo, graphql, ios, react-native, react-native-testing-library, react-navigation, web
- Language: TypeScript
- Homepage:
- Size: 535 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# React Native Web
## 1. Goal
A React Native app that displays and filters a list of users.## 2. Requirements
- App should display a list of users that are returned by the listZellerCustomers query. The graphql schema you will need, and the connection details can be found in aws-exports.js and schema.gql
- App should have a list of selectable user types that include Admin and Manager. Selecting a user type should perform a query against listZellerCustomers using that user type as a filter.
- App should run on IOS or android
- Implement App navigation with a second, empty homescreen
- (Todo) Implemenent a text search box that filters users by name
- Implement a pull to refresh on the list