Using PROVIDER_GOOGLE with react-native-maps crashes iOS Simulator in latest Expo Go
See original GitHub issueSummary
Using the provider={PROVIDER_GOOGLE}
with a valid Google Maps API key in the MapView
component causes the iOS simulator to crash. Running the code on a physical device however, does in fact render the map properly.
Issue opened on react-native-maps
as well https://github.com/react-native-maps/react-native-maps/issues/4379
Managed or bare workflow? If you have ios/
or android/
directories in your project, the answer is bare!
managed
What platform(s) does this occur on?
iOS
SDK Version (managed workflow only)
46.0.0
Environment
expo-env-info 1.0.5 environment info: System: OS: macOS 12.5 Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.16.0 - /usr/local/bin/node Yarn: 1.22.19 - ~/.yarn/bin/yarn npm: 8.15.0 - /usr/local/bin/npm SDKs: iOS SDK: Platforms: DriverKit 21.4, iOS 15.5, macOS 12.3, tvOS 15.4, watchOS 8.5 IDEs: Android Studio: 2021.2 AI-212.5712.43.2112.8609683 Xcode: 13.4.1/13F100 - /usr/bin/xcodebuild npmPackages: expo: ^46.0.0 => 46.0.2 react: 18.0.0 => 18.0.0 react-dom: 18.0.0 => 18.0.0 react-native: 0.69.3 => 0.69.3 react-native-web: ~0.18.7 => 0.18.7 npmGlobalPackages: eas-cli: 0.57.0 expo-cli: 6.0.1 Expo Workflow: managed
Reproducible demo
This was created using npx create-expo-app my-app
.
Issue Analytics
- State:
- Created a year ago
- Reactions:5
- Comments:17 (1 by maintainers)
This should be resolved in the latest Expo Go version! (
2.25.2
)I’m still facing this issue in the latest version of expo (sdk 46)