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 a791a65 commit 2e8f206Copy full SHA for 2e8f206
example/src/App.tsx
@@ -13,7 +13,7 @@ import ViewPager, {
13
ViewPagerOnPageScrollEvent,
14
ViewPagerOnPageSelectedEvent,
15
PageScrollStateChangedNativeEvent,
16
-} from 'react-native-viewpager';
+} from '@react-native-community/viewpager';
17
18
import { PAGES, createPage } from './utils';
19
import { Button } from './component/Button';
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"baseUrl": ".",
4
"paths": {
5
- "react-native-viewpager": ["./src/index"]
+ "@react-native-community/viewpager": ["./src/index"]
6
},
7
"allowUnreachableCode": false,
8
"allowUnusedLabels": false,
0 commit comments