Results 4 issues of zooble

1. TextInput iOS下的textAlign取值"auto", 'left', 'right', 'center', 'justify' android下的textAlign取值为'start', 'center', 'end' 2. Image iOS下resizeMode可以写在行间属性,也可以写在style,后者覆盖前者 android下resizeMode只可以写在行间,写在style无效 ``` javascript //android //ios, style中的cover会覆盖掉stretch ```

比如a模块和b模块同时都依赖于c模块, 那么通过npm安装的a模块和b模块内部的node_modules都包含了c模块, 不知道react-native在打包的时候会不会把c模块提取出来? 还是将c分别打包成了两个模块? 如果是后者,这样会不会产生很多的冗余代码?

见:[iOS平台,native调用React Native functions](http://xwenliang.cn/p/5668025db50815352000000a);

见:[iOS平台,react native调用native functions](http://xwenliang.cn/p/56542e264b140eed5000000b)