Hunor Dobos

Results 2 comments of Hunor Dobos

This package doesn't work at all on Android. You guys should state that somewhere. Even the example app cannot be started, having the same issue. Extremely disappointing, such a great...

Issue still persists, currently this is how I made a workaround: ```js const [isCompassVisible, setCompassVisible] = useState(false); ... ... const handleMapLoad = e => { setCompassVisible(true); }; ``` Didn't try...