Jordan
Jordan
> I had the same problem without the scroll working even with the hooks, so I forced the scrollEnabled on the FlatList to override the flag that comes from the...
> Are you importing the scrollview from the package? When doing this it should work: > > `import ActionSheet,{ScrollView,useScrollHandlers} from 'react-native-actions-sheet'; ` Thank you, those work!
This caught me out too. It's not clear in the docs at all. Thanks @tibbe
> Hi guys. The same problem here. But I came up with a workaround. Just capture the full screen. After that you can clip the full screen image to the...
Having what appears to be the same issue on Android with version `2.12.0`
> > i'm still having this problem `[email protected]` that the table continues at the top of the page instead of adding a new page. solved it by setting `lockAddPage =...