luka.patrun

Results 13 comments of luka.patrun

@exoriri you can try with this ` const [displayChildren, setDisplayChildren] = React.useState(false); React.useEffect(() => { setTimeout(() => { setDisplayChildren(true); }, 0); }, []);` and use that var to display children....

You need to set the index prop to index={0} on the BottomSheetModal.

@matinzd when will you make the new version?

Can we expect this to be merged? It's approved after all 🙈

@j-piasecki thank you for the quick response

Is there any progress on this? Or some instructions on how to do it?

Is there any plan for the near/distant future to have an addProtocol functionality like it is implemented for the "maplibre-gl"?

@unendingblue Have you tried this `const AnimatedMarkerView = Animated.createAnimatedComponent(MarkerView);` Or did you find other solution?

@KiwiKilian Because I can't share the current project I created a new one and for the map style I have used americanamap used in the example for the [OfflineManager](https://github.com/maplibre/maplibre-react-native/blob/main/examples/shared/src/examples/Map/CreateOfflineRegion.tsx). I...