React native-第三方
2017-05-25 本文已影响34人
abbcea03a430
https://github.com/race604/react-native-viewpager 轮播图
https://github.com/reactjs/react-static-container 让组件不刷新的控件
https://github.com/liyuechun/react-native-simplest-hud 菊花
ListView中 removeClippedSubviews 默认为true,改为false后可解决list view需要拉一下才刷新数据的bug,但是影响性能。可以使用SGListView解决这个问题并且不影响性能