https://github.com/devlinduldulao/ReactNativeApolloClientReduxToolkit
Demo app of React Native in TypeScript + Apollo Client 3 + Redux Toolkit
https://github.com/devlinduldulao/ReactNativeApolloClientReduxToolkit
apollo-client-3 react-native redux-toolkit
Last synced: 6 months ago
JSON representation
Demo app of React Native in TypeScript + Apollo Client 3 + Redux Toolkit
- Host: GitHub
- URL: https://github.com/devlinduldulao/ReactNativeApolloClientReduxToolkit
- Owner: webmasterdevlin
- Created: 2020-10-12T20:07:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T21:21:52.000Z (over 5 years ago)
- Last Synced: 2025-01-26T13:41:44.897Z (over 1 year ago)
- Topics: apollo-client-3, react-native, redux-toolkit
- Language: Java
- Homepage:
- Size: 834 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### React Native TypeScript Redux Apollo Client UI Kitten
- https://akveo.github.io/react-native-ui-kitten/
- https://www.jetbrains.com/help/webstorm/react-native.html#ws_react_native_run_and_debug
### For Security and Authentication jetbrains React Native
- https://www.youtube.com/watch?v=KqbiRuyi1ck
- https://github.com/FormidableLabs/react-native-app-auth
### How to debug
- port 8081 error
```zsh
$ rm -rf node_modules
$ npm clean cache
$ watchman watch-del-all
$ npm i
$ npm start -- --reset-cache
```
- gradle error
```zsh
$ chmod 755 android/gradlew
```