(https://nativebase.io/) + React Navigation + Redux Apps (iOS & Android)
Brought to you by GeekyAnts
-
Globally installed node
-
Globally installed react-native CLI
On the command prompt run the following commands
$ git clone -b RN https://github.com/clearcare/react-native-assignment.git
$ cd react-native-assignment/
$ npm install
or
yarn
- Run
npm start
in your terminal - Run
react-native run-ios
in your terminal
- Run
npm start
in your terminal - Run
react-native run-android
in your terminal
For apps with more advance designs, please visit NativeBase Market.
- Create a project that implements an API from here: https://github.com/toddmotto/public-apis
- The project must include
- A list of items
- Detail view of each item
- Detail view should consist of a minimum of an image, a title, and a description
- Should be able to navigate between the list and detail view
- Write tests where possible
- Bonus Points
- Searching/filtering data in the list
- List pagination if greater than 50 items or lazy-load
- Additional views
- Fork this repo
- Submit a PR