-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import ViewPagerAndroid from @react-native-community/viewpager... #177
base: master
Are you sure you want to change the base?
Conversation
StyleSheet, | ||
View | ||
} from "react-native"; | ||
import ViewPagerAndroid from "react-native-viewpager"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isn't that supposed to be
import ViewPagerAndroid from "@react-native-community/viewpager";
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup! Updated, thanks (although have a feeling the PR is somewhat optimistic given the last commit to master)
Any news? It's time to merge with master branch as it is stopped working with RN 0.61. |
@kamleshh-bms I reckon this repo isn't gonna merge - last commit was early 2018. Either fork the repo and update yourself or you can use this one which has upgraded already: https://github.com/buildcom/React-Native-ViewPager/tree/2.0.0 |
Today, react-native newsletter featured https://github.com/CrowdLinker/react-native-pager. Maybe its worth a shot. |
It worked. Thank you! |
@zbtang, is this repo still maintained or should we abandon it? Thanks!! |
Think this is the best advice, pretty sure @zbtang has left the building! |
sad, it only takes a minute or two to verify this pull request to work :( will use your suggestion @jaywayawyaj |
...for new React Native upgrade