-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue1176 improve ios marker performance by X100 #1187
Issue1176 improve ios marker performance by X100 #1187
Conversation
Looks great. |
Really busy today, I will try to resolve merge conflicts asap |
Thanks @ericapply, been using a forked version of this to get past this. Huge improvement. |
…6-ios-marker-performance
Please merge!🎉 @christopherdro |
@christopherdro please merge this PR |
lib/ios/AirGoogleMaps/GlobalVars.h
Outdated
@@ -0,0 +1,23 @@ | |||
// | |||
// GlobalVars.h | |||
// EvoApp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove reference to EvoApp
@spikebrehm @lelandrichardson Any chance you can take a look? This PR still needs to be tested and reviewed. There is no sense is rushing to merge this. |
Bless your heart @christopherdro 🙌 🙏 I was getting nervous. |
This reverts commit b908c08.
This has been reverted until we can resolve #1560 |
…e-maps#1187)" This reverts commit b908c08.
* 'master' of https://github.com/airbnb/react-native-maps: v0.16.2 Revert "Issue1176 improve ios marker performance by X100 (react-native-maps#1187)" Fix initial region android (react-native-maps#1563) v0.16.1 Enhance Podfile. (react-native-maps#1252) Update marker component (react-native-maps#1428) Add legalNotice constant (react-native-maps#1458) Issue1176 improve ios marker performance by X100 (react-native-maps#1187) Fix initial region native prop (react-native-maps#1546) fix `Archive` configuration for iOS builds (react-native-maps#1550) v0.16.0 Document MapView min/max zoom properties (react-native-maps#1538) Fix timing function used in AnimatedRegion.spring (react-native-maps#1479) Fix crashing the application when a user presses on the map and the Google Play Services need to be updated or at the moment of the process of updating (react-native-maps#1469) skip region monitoring if map object is null (react-native-maps#1443) Zoom level fixes (react-native-maps#1485) Attempt to fix crashes. A variant of react-native-maps#1403 but for another lifecycle method, as proposed by @Nelrohd. (react-native-maps#1464) Handle Android RN 0.47 breaking change (react-native-maps#1481) add MKTileOverlayRenderer (react-native-maps#1357) Add onMapReady callback (react-native-maps#1369)
…e-maps#1187)" This reverts commit b908c08.
@ericapply - any luck solving #1560? Undefined symbols for architecture x86_64: |
@ericapply @christopherdro Any luck getting this going? I'm desperately in need of getting this if there's a workaround or a patch or anything? Thanks! |
Fix problem #1176
When image props is provided, it will re-use UIImage if the image is same.
This will increase the performance by more than X100