An open API service indexing awesome lists of open source software.

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

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
```