You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#go-to the directory
cd listify
#install dependencies
npm install
# run on ios
~ npm run ios
or
~ react-native run-ios
#run on android
~ npm run android
or
~ react-native run-android