Skip to content

Commit 98d2fab

Browse files
authored
fix: Fixed example module name (#289)
1 parent 1a72552 commit 98d2fab

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"react": "16.8.3",
1111
"react-native": "0.59.5",
12-
"react-native-datetime-picker": "*"
12+
"react-native-modal-datetime-picker": "*"
1313
},
1414
"devDependencies": {
1515
"@babel/core": "^7.4.3",

example/yarn.lock

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4797,7 +4797,7 @@ prompts@^2.0.1:
47974797
kleur "^3.0.2"
47984798
sisteransi "^1.0.0"
47994799

4800-
prop-types@^15.5.8, prop-types@^15.6.2:
4800+
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.2, prop-types@^15.7.2:
48014801
version "15.7.2"
48024802
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
48034803
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -4886,10 +4886,28 @@ react-is@^16.8.1, react-is@^16.8.3, react-is@^16.8.4:
48864886
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
48874887
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
48884888

4889-
react-native-datetime-picker@^1.1.2:
4890-
version "1.1.2"
4891-
resolved "https://registry.yarnpkg.com/react-native-datetime-picker/-/react-native-datetime-picker-1.1.2.tgz#184e098c2facdd100126d7c0d4a7a655bb840136"
4892-
integrity sha1-GE4JjC+s3RABJtfA1KemVbuEATY=
4889+
react-native-animatable@^1.3.1:
4890+
version "1.3.2"
4891+
resolved "https://registry.yarnpkg.com/react-native-animatable/-/react-native-animatable-1.3.2.tgz#4783ee1a73dc98815aef234ce6b819f80bfe7d80"
4892+
integrity sha512-rmah3KQ63ft8DxkzFUwJSuZeq+oSYwldoGF4DTOR5WM2WR5wiWLgBAtrAHlI3Di3by323uOR21s+MlqPcHz2Kw==
4893+
dependencies:
4894+
prop-types "^15.5.10"
4895+
4896+
react-native-modal-datetime-picker@*:
4897+
version "7.5.0"
4898+
resolved "https://registry.yarnpkg.com/react-native-modal-datetime-picker/-/react-native-modal-datetime-picker-7.5.0.tgz#415f02e29eedf283035867ae65d2e609af738abf"
4899+
integrity sha512-TtFS27IGhtg89LnIYIa8FrpNWbQENLiAAdfJPDdskv5VqIKgZSA0toOFYaAMRLeMiB8Urpf2/sAf0rdooCzu+g==
4900+
dependencies:
4901+
prop-types "^15.7.2"
4902+
react-native-modal "^11.0.2"
4903+
4904+
react-native-modal@^11.0.2:
4905+
version "11.4.0"
4906+
resolved "https://registry.yarnpkg.com/react-native-modal/-/react-native-modal-11.4.0.tgz#29f2fd241aed864f3c7ce25a941498ebe2ab217a"
4907+
integrity sha512-5AsvppV843bGBOgRotORhb0OJLAf3EOueJ1Z0a9vH/ZO3E2KdnGpxgJFRWx2SZhgUmQ65YP392rsMZl/NYwdIw==
4908+
dependencies:
4909+
prop-types "^15.6.2"
4910+
react-native-animatable "^1.3.1"
48934911

48944912
react-native@0.59.5:
48954913
version "0.59.5"

0 commit comments

Comments
 (0)