davidzhang

Results 3 comments of davidzhang

> style={{ opacity: 0.99 }} It's will have some ui problem on vivo or oppo device add overScrollMode={'never'} property on ScrollView can resolve this problem

可以在Pullable.android.js和Pullable.ios.js中添加相应的方法 如: scrollToEnd = (params) => { this.scroll && this.scroll. scrollToEnd(params) }

> > hi! same here, any workaround? > > I was able to capture a long image using the option `useRenderInContext ` Which version ?