1.http://blog.csdn.net/u011413061/article/details/53184775

react-native 调试时用chrome,new Date('1999-1-1 10:30'), 没有问题,release时由于js的运行环境不同,对Date的实现可能有差别,new Date('1999-1-1 10:30')会有问题。

解决使用moment.js

task---熟悉moment

2.mac、windows10 对emoji 的支持

3.不要相信客户端时间、输入

4.react-native componentWillunmount不会触发,componentDidMount也只触发一次。   某些情况!

5.storage

 5.js与RN对date的坑

原文地址:https://www.cnblogs.com/miaolq/p/7325053.html