Skip to content

Commit ff790fd

Browse files
committed
shift peer dependency to catch all and add react
1 parent 4d6c1bf commit ff790fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"typescript": "^3.9.5"
4444
},
4545
"peerDependencies": {
46-
"react-native": "^0.62.2"
46+
"react": "*",
47+
"react-native": "*"
4748
}
4849
}

0 commit comments

Comments
 (0)