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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

Python Tornado package error when running server -