Skip to content

Commit

Permalink
Update moment to fix #597
Browse files Browse the repository at this point in the history
Basically, the `metro-bundler` never accepted the way moment worked with dynamic imports. But 2.19.0 fixes that and allows the lib to be used on RN >=49.0.

Read here for [more details](facebook/metro#65 (comment)).
  • Loading branch information
omar0114 committed Oct 10, 2017
1 parent 6480fd8 commit 27c17b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@expo/react-native-action-sheet": "cribspot/react-native-action-sheet#b422c54f26d30b9e85eb14a882ea9cec38600730",
"md5": "2.2.1",
"moment": "2.18.1",
"moment": "2.19.0",
"prop-types": "15.5.10",
"react-native-communications": "2.2.1",
"react-native-invertible-scroll-view": "1.0.0",
Expand Down

0 comments on commit 27c17b2

Please sign in to comment.