We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b055d3 commit 765fe9fCopy full SHA for 765fe9f
README.md
@@ -221,7 +221,7 @@ function usePageScrollHandler(handlers, dependencies) {
221
}
222
223
// 2. Attach the event handler
224
-import { PagerView } from "react-native-pager-view";
+import PagerView from "react-native-pager-view";
225
import Animated from "react-native-reanimated";
226
const AnimatedPagerView = Animated.createAnimatedComponent(PagerView);
227
0 commit comments