Daniel Dimitrov
Daniel Dimitrov
sorry for the slow response: ``` import { dataByIdSnapshot, orderedFromSnap, getQueryConfig, firestoreRef } from 'redux-firestore/src/utils/query' const meta = getQueryConfig(getHarvestedCropsQuery(companyId, browsingGroup, myCompanyProfile, dateRange)) this.unsubscribe = firestoreRef(this.props.firebase, meta) .onSnapshot((docData) => { this.props.dispatch({...
@kmagiera @osdnk - any ideas how to fix this? In the react-navigation thread @eriveltonelias posted a snack with the issue: https://snack.expo.io/@eriveltonelias/maps-react-navigation It clearly demonstrates that whenever one interacts with the...
@brentvatne - but one isn't able to remove the panGestureHandler when using that together with reactnavigation? And also why is it working with the Borderless button?
I just updated the reproduction repository with rn-gesture-handler 1.1.0 and rn-maps 0.24-rc1(from github) https://github.com/compojoom/rnMapsNavigationBug/tree/gesture_hangler Problem remains. After moving the marker, one can't press any buttons until map is moved again.
This Bug is ios only. On android it works fine. My workaround is to still use react navigation v2 :( :( :(
@osdnk - I'm starting to think that this is not related to react-native-maps, but to the google maps sdk. I commented out this code: https://github.com/react-native-community/react-native-maps/blob/6c225af612d4681a00d4849b60774d7c6426835e/lib/ios/AirGoogleMaps/AIRGoogleMapManager.m#L55 and the handleMpaDrag funciton was...
I was also actually thinking about this. We have some flacky tests. Our test suite takes 20mins to run. Build takes 10mins. If a test fails we often just restart...
I can also confirm that this happens. Sometimes it returns 0 the first time and on second render 34
So here are my modifications to have a minimum working example with a text field https://github.com/compojoom/react-native-formik-json
by large you mean few 100 or more than 10 :)?