Shane Saunders

Results 29 comments of Shane Saunders

@ursnj why create an entirely new npm package forked from this one ? Are you offering to maintain a forked version of this package ? It's good that you want...

I'm also seeing this on: iPhone 7 on device iOS - 15.6 Maps SDK Version - 10.7.0 Reverting to Maps SDK Version - 10.6 is fine. Happens when initialising a...

Yes 10.7.0 stable - I could create a minimum test case but it will be wrapped with React Native, if you are happy with that. I would understand if not...

Patch package for 4.7.3 **patches/react-native-image-picker+4.7.3.patch** ``` diff --git a/node_modules/react-native-image-picker/ios/ImagePickerManager.m b/node_modules/react-native-image-picker/ios/ImagePickerManager.m index 933dc82..46ee59d 100644 --- a/node_modules/react-native-image-picker/ios/ImagePickerManager.m +++ b/node_modules/react-native-image-picker/ios/ImagePickerManager.m @@ -4,6 +4,7 @@ #import #import #import +#import @import MobileCoreServices; @@ -130,6 +131,8...

I can report for me that i'm no longer seeing this issue on iPhone 7 with more current versions of the Maps SDK.

Update to 0.71.4 - this should be fixed.

Would be great to also be able to do this with a RasterLayer, To be able to apply Metal vertex and fragment shaders to a specific set of raster tiles....

Hi @harikhalsa, yes I'm trying to do something different to how the HillshadeLayer works. The HillshadeLayer is great but limiting. Knowing how the HillshadeLayer works code wise would help in...