momentjs - Which version of moment.js support react-native v0.38 -
i want use moment.js
react-native v0.38
. when install moment.js using following command in terminal.
npm install moment
then shows dependency
error.
so, please guide me version of moment.js
, can use react-native v0.38
.
you can install moment along it's dependencies.
npm install --save moment react-moment
Comments
Post a Comment