We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97c2d5 commit 3e4fa4dCopy full SHA for 3e4fa4d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-scrubber",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "A Scrubber component for handling audio/video within React Native",
5
"main": "index.js",
6
"scripts": {
@@ -21,6 +21,11 @@
21
"swipper",
22
"controls"
23
],
24
+ "peerDependencies": {
25
+ "react": "*",
26
+ "react-native": "*",
27
+ "react-native-gesture-handler": "*"
28
+ },
29
"author": "Repod",
30
"license": "ISC",
31
"bugs": {
0 commit comments