Skip to content

Commit f5729d7

Browse files
authored
🤖 Merge PR DefinitelyTyped#73984 fix(react-native-video): Move React-Native to peerDependencies by @AdrienPoupa
1 parent 09cb336 commit f5729d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎types/react-native-video/package.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"https://github.com/brentvatne/react-native-video"
88
],
99
"dependencies": {
10-
"@types/react": "*",
10+
"@types/react": "*"
11+
},
12+
"peerDependencies": {
1113
"react-native": "*"
1214
},
1315
"devDependencies": {

0 commit comments

Comments
 (0)