Skip to content

Commit e1cb737

Browse files
committed
Correct RN 0.40 dependency to peer dependency
1 parent 5e480d2 commit e1cb737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"url": "https://github.com/react-native-component/react-native-smart-splash-screen/issues"
2525
},
2626
"homepage": "https://github.com/react-native-component/react-native-smart-splash-screen#readme",
27-
"dependencies": {
27+
"peerDependencies": {
2828
"react-native": "^0.40.0"
2929
}
3030
}

0 commit comments

Comments
 (0)