Skip to content

Commit

Permalink
Release 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor committed Nov 29, 2024
1 parent 44bca35 commit 270a6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pager-view",
"version": "6.5.1",
"version": "6.6.0",
"description": "React Native wrapper for Android and iOS ViewPager",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -33,8 +33,8 @@
"test:e2e:android": "bash ./scripts/run-maestro-tests.sh android",
"test:e2e:ios": "bash ./scripts/run-maestro-tests.sh ios",
"example:start": "cd example; bun start",
"example:android":"cd example; bun android",
"example:ios":"cd example; bun ios",
"example:android": "cd example; bun android",
"example:ios": "cd example; bun ios",
"example:android:release": "cd example;react-native run-android --mode \"Release\" --appId com.pagerviewexample",
"example:ios:release": "cd example;react-native run-ios --mode \"Release\" --simulator \"iPhone 15 (18.0)\""
},
Expand Down

0 comments on commit 270a6e7

Please sign in to comment.