CalNicklin

Results 10 comments of CalNicklin

This might be because you are using Marker children to render the marker. Can you use the icon prop instead? I see you have commented it out, but I can...

How about if you create the markers outside of the return function so you could memoize?

See my solution to this: https://medium.com/@calpnicklin/60fps-react-native-google-maps-on-ios-563b56248e2f

> > See my solution to this: https://medium.com/@calpnicklin/60fps-react-native-google-maps-on-ios-563b56248e2f > > Thank for solution, but I think it happen also if no marker at all, I think we can improve this...

A solution for iOS. You may not need the various state setting funcs: ``` const onMapReady = () => { InteractionManager.runAfterInteractions(() => { // We display a loading animation while...

This is absolutely still a bug. Applying specific margin to icons on one stack doesn't fix the issue for all devices. For example, I set margins of 16 on the...

Have you tried adding the keyExtractor prop? I had a similar issue where I couldn't access first and last indices of a FlatList - needed to add the keyExtractor and...

> Downgrading to `[email protected]` resolved it for me in the interim > > `npm i [email protected]` Unfortunately this causes a regression in other bugs for example postgres integers being types...