vinceyuan / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Objective-C 41.4%Language:JavaScript 26.3%Language:Python 15.2%Language:Java 13.8%Language:Ruby 3.3%