Ross Martin
Ross Martin
https://github.com/rossmartin/react-native-use-file-upload Doesn't need to be a hook but the `react-native-file-upload` npm package was taken. 😆
Hi, thank you for your work on this great project! With version 3.5.3 we are unable to open a modal from within the callback for `closeAllModals` unless you use a...
This change removes this warning that appears: `Warning: useInsertionEffect must not schedule updates` We upgraded a project to RN 0.79.2 and this warning started appearing when closing a modal. I...
This `refetchCachedPages` option allows an infinite query to NOT refetch all pages in the cache when a refetch happens. By default it is `true` and uses the existing behavior. This...
### Describe the bug Thank you for this amazing tool! It appears that network requests are no longer showing in RN 0.80+ and specifically RN 0.81.4 in our case (we...
There is an issue where you're able to get a backdrop press in for a modal while it is hiding. When doing this it appears that the internal state of...