This project implements the mobile app for Tribe Case Study. I used data from tmdb API.
Clone the project
git clone https://github.com/bthnorhan/Tribe
Go to the project directory
cd Tribe
Install dependencies
npm install
npx pod-install
Start the metro server
npm start
Start platform spesific application
npm run android
npm run ios
- Node.js > 12 and npm (Recommended: Use nvm)
- Watchman
- Xcode 12
- Cocoapods 1.10.1
- JDK > 11
- Android Studio and Android SDK
- react-native-async-storage as storage solution.
- react-navigation navigation library.
- reduxjs/toolkit for state management.
- redux-persist as persistance layer.
- axios for networking.
- lodash for utility.