- clone the repository
git clone https://github.com/ddikodroid/marketplace-app.git
- install all dependecies
npm install
oryarn
*i useyarn
so you better useyarn
too - set
BASE_URL
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
Still facing VirtualizedList: You have a large list that is slow to update...
on AllProductScreen