- clone the repository
git clone https://github.com/ddikodroid/shrimp-app.git - install all dependecies
npm installoryarn*i useyarnso you better useyarntoo - set
BASE_URLandAPI_TOKENon.envfile - 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