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
npx create-expo-app --template
cd sample
npx expo install @rnmapbox/maps
add below to app.json
`"plugins": ["expo-router","expo-secure-store", ["expo-location", {"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location." } ], ["@rnmapbox/maps", {"RNMapboxMapsDownloadToken": "sk....A","RNMapboxMapsVersion": "10.0.0" } ] ],`
npx expo prebuild --clean
npx expo run ios
installs cocoapods correctly but when running npx expo run ios I run into the error below
also if I put this version 10.1.33 in app.json, pods fail to install, I'll really appreciate your help
The text was updated successfully, but these errors were encountered:
Environment
Steps to reproduce
installs cocoapods correctly but when running npx expo run ios I run into the error below
also if I put this version 10.1.33 in app.json, pods fail to install, I'll really appreciate your help
The text was updated successfully, but these errors were encountered: