react-native TabView TabPageView TabScrollView 组件
目前这还不是一个开箱即用的组件,但是你只需要稍微阅读一下代码,它将会变得很灵活,自定义可扩展
This component allows the user to swipe left and right through pages of data. Under the hood it is using the native Android ViewPager and the iOS UIPageViewController implementations. Implementation based on react-native-pager-view
- cd react-native-tabview
- yarn
- yarn android or yarn ios