ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.29k forks source link

updated dependency @react-native-community/viewpager to v4.1.6 and move to peerDependencies #1194

Closed boris-burgos closed 1 year ago

boris-burgos commented 1 year ago

Changed it from dependencies to peerDependencies because if two diferent versions of @react-native-community/viewpager are installed in a project a "Tried to register two views with the same name RNCViewPager" error is raised.

boris-burgos commented 1 year ago

Close pull request. Will check if it works fine with viewpager 5.0.11