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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -