URL: https://github.com/chiper-inc/React-Native-Coding-Challenge
- To get the application working, it assumes that you have the complete
React Native CLI
environment configured accordingly The official React Native documentation. - OAuth2 authentication not implemented.
Feature | Status |
---|---|
Git repo | Implemented |
App Icon | Implemented |
Splash Screen | Implemented |
App Navigation | Implemented |
Network status check | Implemented |
Activity indicator | Implemented |
Content fetch | Implemented |
Pagination w/ infinite scroll | Implemented |
Content list refresh | Implemented |
Content view details | Implemented |
Automated tests |
$ cd /path/to/react-native-subreddits
$ npm install
$ npx pod-install
$ npm run ios
$ npm run android