Reputation: 1351
When I run my project it comes warning: ViewPagerAndroid has been extracted?
I'm looking for Open Issue Github and Stackoverflow
Warning: ViewPagerAndroid has been extracted from react-native
I expect to eliminate this warning.
Upvotes: 0
Views: 174
Reputation: 1672
You need to use https://github.com/react-native-community/react-native-viewpager instead of import {ViewPagerAndroid} from 'react-native';
Upvotes: 1