问题
Warning: bind(): You are binding a component method to the component. React does this for you automatically in a high-performance way,so you can safely remove this call. See **
在使用了React.createClass的情况下不需要给事件的handler额外bind this。
bug 2
时间 2016-05-20
react-native 0.25
解决 : module.exports(有s)必须搭配require export(没有s) default必须搭配import