Replies: 4 comments 6 replies
-
@pohsiu thanks much, looks good, can you also post a simple component to reproduce the issue? |
Beta Was this translation helpful? Give feedback.
-
Hi @mfazekas here are my code below:
"eas-cli": "^3.15.0", Run on android platform Faced issue: I am not 100% this is due to @rnmapbox/maps, might also related with how reanimated update the props |
Beta Was this translation helpful? Give feedback.
-
I saw @jleprinc create the Pull Request, let me close this |
Beta Was this translation helpful? Give feedback.
-
This doesn't works for Mapbox 11 on ios, anyone has an idea why? I would reopen it beause of that |
Beta Was this translation helpful? Give feedback.
-
I tried to integrate with react-native-reanimated of useAnimatedProps.
But seems like https://github.com/rnmapbox/maps/blob/main/src/components/MarkerView.tsx#L82-L87 will break the update process due to string object prop.
And finally I made it work by rewrite the Kotlin receive props from stringJSON to ReadableArray and process the toPointGeometry inside of MarkerViewManager.kt
version: 10.0.11
pohsiu@a0f5cab
Beta Was this translation helpful? Give feedback.
All reactions