Lucas Spacil

Results 5 comments of Lucas Spacil

Any updates on this? I am running into a similar issue. `transitionsToIdleUponUserInteraction={false}` prevents all interaction with the map. @andrei-tofan when you set `transitionsToIdleUponUserInteraction={false}` were you able to interact with the...

Any update on this? I am experiencing the same error. For example my code is: ``` const test = (num: number): number => { 'worklet' return num * 2; };...

I'm experiencing the same issue with React Native 0.79 and `@rnmapbox/maps 10.1.38` I was able to bypass this by updating the `Podfile` with: `ENV['RCT_NEW_ARCH_ENABLED']` = '0'` (I added this to...