ycb0318

Results 4 issues of ycb0318

首先非常感谢作者能够开源这个插件 让我有饭吃。 图表上下拖动影响整个页面的滑动这个问题在安卓上没有问题 在苹果手机上还是会有时候失灵 disable-scroll="{{false}}" 这个参数已经设置了的

hello . could you help me to solve this problem? thank you very much! ![image](https://user-images.githubusercontent.com/17757857/30192588-f42eff94-947a-11e7-9354-6388813bb1d0.png)

{Array.apply(null, Array(100)).map((file, i) => )} IS NOT WORK

_renderRefreshableWaitingView(refreshCallback) { if (Platform.OS == 'ios') { return ( ↓ ); } else { return ( ↻ ); } } _renderRefreshableWillRefreshView() { return ( ↻ ); } render() { return...