Open
Description
Just recently did an update and have confirmed that v7 stops the ability to scroll inside the modal whereas v6 was still working (swapped between the versions)
I looked at the diff from 6.5.0 up to 7.0.2 and the only thing I can see that may effect the scroll view would be this line.
I've tried adding the Touchable...
around the views as other closed issues have suggested to no luck.
I've been stumped on this for a couple days now and not sure what could be wrong.
The modal is something of this structure:
<Modal>
<ScrollView horiztonal>
<FlatList ... />
...
</ScrollView>
</Modal>
Any idea what changes from v6.5.0 to v7.0.2 could be causing the scrolling to not work?