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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -