npm install -g @react-native-community/cli json-server
cd clark_application/
npm install
npm start
npm start android
npm start ios
- Created the application using react native cli
- Install libraries for navigation
- Fetched api data and created a custom hook
- Created Product List screen and Product Item Component
- Created a Product Detail Component
- Handled Navigation and bottom navigation bar
- Code refactor and some cleanup
- Write unit tests for components