react native 常见问题总结
1、react listview最上方空白如图所示:解决方法:<ListView automaticallyAdjustContentInsets={false} ... />automaticallyAdjustContentInsets属性为scrollview的iOS版本属性具体可参考:http://reactnative.cn/docs/0.28/scrollview.htm...