Import ViewPagerAndroid from @react-native-community/viewpager...#177
Import ViewPagerAndroid from @react-native-community/viewpager...#177jaywayawyaj wants to merge 2 commits intozbtang:masterfrom
Conversation
| StyleSheet, | ||
| View | ||
| } from "react-native"; | ||
| import ViewPagerAndroid from "react-native-viewpager"; |
There was a problem hiding this comment.
isn't that supposed to be
import ViewPagerAndroid from "@react-native-community/viewpager";
?
There was a problem hiding this comment.
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