ViewPager of React Native gives error :: 'ViewPagerAndroid has been removed from React Native'

大憨熊 提交于 2020-04-17 18:34:50

问题


I am trying to use the View Pager on React Native and I am using the reference link for help https://reactnativecode.com/create-viewpager-with-tab-title-dot-indicators/?unapproved=42387&moderation-hash=570c68d8ea5535b832994536ba239b28#comment-42387

When I use the code as it is and run, it gives an error -

ViewPagerAndroid has been removed from React Native. It can now be installed and imported from 'react-native-viewpager' instead of 'react-native'. 

What is that I am missing ?

来源:https://stackoverflow.com/questions/60927843/viewpager-of-react-native-gives-error-viewpagerandroid-has-been-removed-from

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!