Ruslan Gremechevsky

Results 5 comments of Ruslan Gremechevsky

+1 It depends on nested objects. Works fine in debug mode react-native 0.57.2 react-native-localization 2.0.3

I had the same issue. Your versions of react-native and the library seem to be incompatible. Try `react-native-code-push` v7.0+ for react native v0.65-v0.70 https://github.com/microsoft/react-native-code-push#supported-react-native-platforms

I faced the same errors when migrating to the new architecture. Check your Podfile and delete this if you have it: ```ruby install! 'cocoapods', :disable_input_output_paths => true #

Updating maps to v11 doesn't work for me as I also use MapboxNavigation v2 which depends on Maps v10. So I had to make a dirty change directly in `ViewAnnotationManager.swift`,...

UPD. For those who have to stay on maps v10 MapboxMaps v10.18.2 is compatible with MapboxNavigation v2.18.4 and compiles on the new xcode 16 ```ruby $RNMapboxMapsVersion = '~> 10.18.2' ```