thisisgit
thisisgit
I found where that `validateWhere` is located: https://github.com/invertase/react-native-firebase/blob/ca07cadd592487102b035a24b55f593f065ef4a5/packages/firestore/lib/FirestoreQueryModifiers.js#L237-L341 So what it does is to recursively call `_filterCheck` function, and the first for loop of the function is responsible for checking...
Hi @szydlovsky thanks for checking this out. My answer to your question: > However, my question is: does this small deviation actually make any difference in your apps? Is there...
Hi @Abbondanzo , I found this PR after facing some type issues with `FocusEvent` and `BlurEvent` by updating Expo SDK from 53 to 54. Before the update, both `onFocus` and...
@Abbondanzo Thanks for the quick reply. I didn't know `text` value isn't present on Android! I'm currently only working on iOS and wasn't aware of that. So I was referring...
> Did you find the solution ? Cause I got the same issue I'd like to have a BlurView as a backgroundComponent but it's not redering the BlurView What you...
@gorhom Thanks for checking this out. Not that urgent issue since at least there's a workaround for this. I'll also check on this on my free time since I believe...