git clone https://github.com/1hbb/RN-RedditClient.git
cd RN-RedditClient
npm install
- For ios only
cd ios && pod install && cd .. && react-native run-ios
- For android onyl
react-native run-android
- react-native": "0.63.3
- react-redux: ^7.2.1
- @react-navigation 5
- redux-logger: ^3.0.6
- redux-persist: ^6.0.0
- redux-thunk: ^2.3.0