This repo is the clone of react-native-scrollable-tab-view, I fixed "Tried to register two views with the same name RNCViewPager" error by replacing "@react-native-community/viewpager" with "react-native-pager-view"
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
^6.1.0^15.6.2^15.6.0^0.13.3^6.1.2^3.1.1>=0.20.0179
commits
65
commits
9
commits
8
commits
5
commits
5
commits
4
commits
4
commits
4
commits
4
commits
I changed the pager view library back to the original library
00dc673View on GitHubI changed the pager view library source to the cloned pager view library on my repo
bb8f724View on GitHubmade changes to the index.js to import PagerView and use it instead of react-native-community/viewpager, and I removed @react-native-community/viewpager from the package.json and replaced it with react-native-pager-view, and also the repository was changed to my repository
8c6c84dView on GitHub[fixed: changed default tabbar tabUnderlineStyle prop to tabBarUnderlineStyle] (#1055)
a7f46deView on GitHubRemoved unnecessary .getNode() method call on referenced scrollView (#1090)
1371236View on GitHubfix(view pager version): update view pager to 3.3.0 for androidx support (#1067)
510111aView on GitHub