Nicolas Tonne
Nicolas Tonne
0.2.3 broke again :P
Same here. Seems like mapbox-navigation is overwriting the @react-native-mapbox-gl/maps mapbox framework
Tried https://github.com/birkir/react-native-carplay ?
My working (but non-optimal) solution: ``` const dismissOnOverscroll = ({nativeEvent: {contentOffset, velocity}}, action) => { if(contentOffset.y 2) { action() } } ... dismissOnOverscroll(e, () => navigation.pop())}> ``` It will close...
And signing for Mac too :) (Can't run it on my locked down mac)
Ah, yes! That worked :)
Try versjon 0.2.2
Same issue for us as well, and a pretty significant one. Will try to save camera state between focus / unfocus. Hope for a quick resolution! 👨🏼🔬 Quick example on...
Hi, this is still a problem on android it seems. I have a mapbox map behind, not sure if that interferes. I tried setting the height to a specific height,...
@iffj I made a gist here with my current fork: https://gist.github.com/nixolas1/466c3f5d0d4bcaf76f7f6d52c9689e09 It has quite some more changes than the simple android fix, but you can see from it what to...