Skip to content

Commit f054a6d

Browse files
committed
Add prop-types as dependency
1 parent edfbc43 commit f054a6d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
},
2929
"homepage": "https://github.com/maxs15/react-native-modalbox#readme",
3030
"dependencies": {
31-
"create-react-class": "^15.6.0"
31+
"create-react-class": "^15.6.0",
32+
"prop-types": "^15.5.10"
3233
}
3334
}

0 commit comments

Comments
 (0)