【发布时间】:2020-03-30 09:44:15
【问题描述】:
我正在尝试在 React Native 上使用 View Pager,我正在使用参考链接寻求帮助 https://reactnativecode.com/create-viewpager-with-tab-title-dot-indicators/?unapproved=42387&moderation-hash=570c68d8ea5535b832994536ba239b28#comment-42387
当我按原样使用代码并运行时,它会给出错误 -
ViewPagerAndroid has been removed from React Native. It can now be installed and imported from 'react-native-viewpager' instead of 'react-native'.
我错过了什么?
【问题讨论】:
标签: react-native android-viewpager2