Skip to content

Commit cd81b1b

Browse files
authored
fix: peer dependency warning (DylanVann#653)
1 parent 6067b7d commit cd81b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
},
7373
"peerDependencies": {
7474
"react": "^16.8.6",
75-
"react-native": "^0.60.0"
75+
"react-native": ">=0.60.0"
7676
}
7777
}

0 commit comments

Comments
 (0)