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
The problem only exist on Android.
Copy and paste the example code of react-native-community/react-native-tab-view and using it inside a scene of react-navigation's TabNavigator.
Expected Behavior
Only using react-native-community/react-native-tab-view on Android:
Using react-native-community/react-native-tab-view with react-navigation on iOS:
Current Behavior
Using react-native-community/react-native-tab-view with react-navigation on Android.
Bugs:
The scene body of react-native-community/react-native-tab-view is not visible.
Scene does not "snap" when swiped, instead it's stuck at where it is swiped.
Your Environment
software
version
react-navigation
react-navigation@1.0.0-beta.11
react-native-tab-view
react-native-tab-view@0.0.66
react-native
react-native@0.44.0 (using CRNA, expo v = 17.0.0)
node
v6.2.1
npm or yarn
3.10.9
The text was updated successfully, but these errors were encountered:
When I use react-navigation nested tab navigators with "animationEnabled: true" in both outer and inner TabNavigator , the inner TabNavigator can not been shown.
Not sure if this is
react-navigation
's problem orreact-native-community/react-native-tab-view
's problem.Steps to reproduce
The problem only exist on Android.
Copy and paste the example code of
react-native-community/react-native-tab-view
and using it inside a scene ofreact-navigation
'sTabNavigator
.Expected Behavior
Only using

react-native-community/react-native-tab-view
on Android:Using

react-native-community/react-native-tab-view
withreact-navigation
on iOS:Current Behavior
Using
react-native-community/react-native-tab-view
withreact-navigation
on Android.Bugs:
react-native-community/react-native-tab-view
is not visible.Your Environment
The text was updated successfully, but these errors were encountered: