Abdelrahman A Boker

Results 6 comments of Abdelrahman A Boker

thank you wo much, and my apologies next time I'll be more organized 😅

I think the issue is caused by the iOS 18.4 simulator, not just Mapbox, I'm also having issue with firebase messaging not working it can't find Apns, I tested my...

It should be related to this [Issue](https://github.com/facebook/react-native/issues/50510)

@ishan-sharma-me add "**/libreactnative.so" to excludes in ~/react-native-keys/android/build.gradle ```gradle packagingOptions { excludes = [ "**/libc++_shared.so", "**/libfbjni.so", "**/libreactnative.so", "**/libreactnativejni.so", "**/libjsi.so", "**/libreact_nativemodule_core.so", "**/libturbomodulejsijni.so", "**/MANIFEST.MF" ] doNotStrip '**/*.so' } ``` and then clean the...

Having the issue on [v8.4.1](https://github.com/react-native-datetimepicker/datetimepicker/releases/tag/v8.4.1) IOS: 18.5 ReactNative: 0.79.3 (New Arch)

`@rnmapbox/maps v10.1.38` `react-native v0.76.9` `RNMapboxMapsVersion v11.9.2` newArch: false ```zhs ERROR TypeError: MapboxGLLocationManager.onLocationUpdate is not a function (it is undefined), js engine: hermes ```