We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f13a8 commit feda177Copy full SHA for feda177
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# CHANGELOG
2
+### 2.4.2
3
+
4
+- Make react-native-windows optional [#191](https://github.com/react-native-community/datetimepicker/pull/191)
5
6
### 2.4.0
7
package.json
@@ -71,13 +71,15 @@
71
"react-test-renderer": "^16.11.0"
72
},
73
"peerDependencies": {
74
- "react": ">=16.11",
75
- "react-native": ">=0.61",
76
- "react-native-windows": "^0.62.0-preview.1"
+ "react": ">=16.8.3",
+ "react-native": ">=0.59"
77
78
"dependencies": {
79
"invariant": "^2.2.4"
80
+ "optionalDependencies": {
81
+ "react-native-windows": "^0.62.0-preview.1"
82
+ },
83
"detox": {
84
"test-runner": "jest",
85
"runner-config": "example/e2e/config.json",
0 commit comments