You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you switch the ScrollView to a View then it'll render. This was tested on Android, couldn't get my iOS test bed running to test.
I haven't dug into it super deep but it smells like the same issue as ptomasroos/react-native-scrollable-tab-view#187 -- if you use ViewPagerAndroid it's no good, and breaks in ScrollViews.
The text was updated successfully, but these errors were encountered:
This transition lib doesn't render anything if it's inside a ScrollView. Code to reproduce is very simple:
If you switch the ScrollView to a View then it'll render. This was tested on Android, couldn't get my iOS test bed running to test.
I haven't dug into it super deep but it smells like the same issue as ptomasroos/react-native-scrollable-tab-view#187 -- if you use ViewPagerAndroid it's no good, and breaks in ScrollViews.
The text was updated successfully, but these errors were encountered: