zidniryi
zidniryi

Reputation: 1351

When I run the project I use the native warning: ViewPager Android has been extracted from react-native?

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

Answers (1)

Piotr Badura
Piotr Badura

Reputation: 1672

You need to use https://github.com/react-native-community/react-native-viewpager instead of import {ViewPagerAndroid} from 'react-native';

Upvotes: 1

Related Questions