- clone the repository
git clone https://github.com/ddikodroid/shrimp-app.git
- install all dependecies
npm install
oryarn
*i useyarn
so you better useyarn
too - set
BASE_URL
andAPI_TOKEN
on.env
file - for iOS, you need to do pod install
cd ios && pod install && cd ..
and some extra configuration ✌️
npx react-native run-android
npx react-native run-ios