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
When using react-native-video inside react-native-pager-view, I encounter the error:
ViewPager2 does not support direct child views
As a result, the video does not play correctly. Since I am implementing tab navigation, using react-native-pager-view is required.
I downgraded react-native-video to version 5.2.1 for stability, but the issue persists. When testing with the latest version of react-native-video, the video component still does not behave as expected.
I have already updated my android/app/build.gradle file with the following dependencies: