Skip to content

Commit 270a6e7

Browse files
committed
Release 6.6.0
1 parent 44bca35 commit 270a6e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pager-view",
3-
"version": "6.5.1",
3+
"version": "6.6.0",
44
"description": "React Native wrapper for Android and iOS ViewPager",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -33,8 +33,8 @@
3333
"test:e2e:android": "bash ./scripts/run-maestro-tests.sh android",
3434
"test:e2e:ios": "bash ./scripts/run-maestro-tests.sh ios",
3535
"example:start": "cd example; bun start",
36-
"example:android":"cd example; bun android",
37-
"example:ios":"cd example; bun ios",
36+
"example:android": "cd example; bun android",
37+
"example:ios": "cd example; bun ios",
3838
"example:android:release": "cd example;react-native run-android --mode \"Release\" --appId com.pagerviewexample",
3939
"example:ios:release": "cd example;react-native run-ios --mode \"Release\" --simulator \"iPhone 15 (18.0)\""
4040
},

0 commit comments

Comments
 (0)