/CustomMarkerIssueDemo

This is a demo React Native project to show a performance issue in custom marker in google maps on iOS using react-native-maps.

Primary LanguageObjective-C

CustomMarkerIssueDemo

This is a demo React Native project to show a performance issue in custom marker in google maps on iOS using react-native-maps. I have reported this issue.

Screenshot:

Screenshot

Performance profile of using custom marker:

Screenshot

Run

  1. Use your google maps API key for iOS in ios/CustomMarkerIssueDemo/AppDelegate.m.
  2. Run npm install && cd ios && pod install && cd ..
  3. If you want to run the app on Android, use your google maps API key for Android in android/app/src/main/AndroidManifest.xml.
  4. Run react-native run-ios or react-native run-android.

Author: Vince Yuan

License: MIT