Matthew Horne
Matthew Horne
I also have this issue.
I am encountering this issue, but only on Android.
Hi all, I have been encountering this issue as well. I noticed that when I disable animations for react navigation, it seems to stop happening. When I enabled animations on...
@vrgimael are you able to try and switch the Touch components to the ones from `react-native-gesture-handler`. You may need to adjust some styling or set the container styling. But its...
@vrgimael I have been running into the same issues as well. I have not tried automating some tests. I have switched all my Touchables to Pressables (which is recommended). But...
Hi, I ran into this issue and as a work around just to get types working for my form components, I just set T to unknown `FieldAttributes` and that exposes...