hzl123456 / react-native-rk-pull-to-refresh

a pull to refresh component for react-native, same api on both android and ios
98 stars 15 forks source link

安卓初始状态出现以下问题 #15

Closed congtaoa closed 5 years ago

congtaoa commented 5 years ago

"react-native": "0.59.2", "react-native-rk-pull-to-refresh": "^1.2.7",

image 请求解答!!

Grom-S commented 5 years ago

@Congtaoa have you figured out the solution? I am having the same problem

rafalzawadzki commented 5 years ago

Same problem here, I only know that style={{flex: 1}} has some influence in this, but overall figuring out how to make this library work was a failed attempt

congtaoa commented 5 years ago

@Grom-S not yet

fish-jade commented 5 years ago

Pullable.android.js中删除所有的flex:1,并将getScrollable用view包裹起来 {this.getScrollable()}

congtaoa commented 5 years ago

@WZWGemini 谢谢!已解决

zcmain commented 4 years ago

I encountered the same problem and tried to solve it by adding onFinishInflate() to the onMeasure () in PtrFrameLayout