- Complete setup Redux.
- Using Redux Thunk, and Redux Persist Store for middleware.
- Basic setup Axios client class wrapper for HTTP Requests.
- Complete setup React Navigation with bottom app bar.
- Using Reactotron for inspecting app.
- Show Card Swiper like Tinder App
- Custom animated Card view
- Fetching the list of random person from API.
- If swipe right, save that person to list favorite.
- Persist list favorite
yarn install
cd ios && pod install
cd .. && react-native run-ios
orcd .. && react-native run-android
react-native link
to link assets