Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 038d907

Browse files
authored
Merge pull request #5 from brandmusiqtech/master
update peerDependencies to use any version of react-native >= 0.44.1
2 parents 9855261 + 8ad3bab commit 038d907

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "react-native-responsive-dimensions",
33
"version": "1.0.2",
4-
"description": "Resposive fontSize, height and width for your react-native components.",
4+
"description":
5+
"Resposive fontSize, height and width for your react-native components.",
56
"main": "src/index.js",
67
"scripts": {
78
"start": "node src/index.js",
@@ -20,6 +21,6 @@
2021
"repository": "DaniAkash/react-native-responsive-dimensions",
2122
"license": "MIT",
2223
"peerDependencies": {
23-
"react-native": "x"
24+
"react-native": ">=0.44.1"
2425
}
2526
}

0 commit comments

Comments
 (0)