Skip to content

Commit

Permalink
feat: support for RN 0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Jul 11, 2023
1 parent 9a20f64 commit 79a817e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-volume-manager",
"packageManager": "[email protected]",
"version": "1.8.1",
"version": "1.9.0",
"description": "React Native module which adds the ability to change the system volume on iOS and Android, listen to volume changes and supress the native volume UI to build your own volume slider or UX.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down Expand Up @@ -142,4 +142,4 @@
"typescript"
]
}
}
}

0 comments on commit 79a817e

Please sign in to comment.