-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Is there an existing issue for this?
- I have searched the existing issues
Description of the bug
When running the sample app, the maps is not loading.
React Native version
0.81.1
React version
19.1.0
Package version
0.11.0
Native SDK versions
- I haven't changed the version of the native SDKs
React Native Doctor Output
Common
✓ Node.js - Required to execute JavaScript code
✓ yarn - Required to install NPM dependencies
✓ npm - Required to install NPM dependencies
✓ Watchman - Used for watching changes in the filesystem when in development mode
● Metro - Metro Bundler is not running
Android
✖ Adb - No devices and/or emulators connected. Please create emulator with Android Studio or connect Android device.
✓ JDK - Required to compile Java code
✓ Android Studio - Required for building and installing your app on Android
✖ ANDROID_HOME - Environment variable that points to your Android SDK installation
✓ Gradlew - Build tool required for Android builds
✖ Android SDK - Required for building and installing your app on Android
- Versions found: 28.0.3, 29.0.3, 30.0.2, 30.0.3, 31.0.0, 33.0.0, 34.0.0, 35.0.0
- Version supported: 36.0.0
iOS
✓ Xcode - Required for building and installing your app on iOS
✓ Ruby - Required for installing iOS dependencies
✓ CocoaPods - Required for installing iOS dependencies
✓ .xcode.env - File to customize Xcode environment
Errors: 3
Warnings: 1
Usage
› Press f to try to fix issues.
› Press e to try to fix errors.
› Press w to try to fix warnings.
› Press Enter to exit.
Steps to reproduce
- Clone the repo.
- Go to example folder - cd example
- Install the packages - npm i
- Run the sample app
Expected vs Actual Behavior
The sample app should load without any additional changes.
While running it, the sample app fails to load the map. There is no clear indication of any errors.
Code Sample
// Example code hereAdditional Context
No response