Horcrux
Horcrux
Sorry I didn't reply this in time, I'm a little busy with my work those days. You can implement this prop on this line: https://github.com/magicismight/react-native-lazyload/blob/master/lib/LazyloadListView.js#L41 But make sure the `renderScrollComponent`...
Since `LazyloadScrollView` and `ParallaxScrollView` are both based on ScrollView. You cannot use them at the same time, unless you rewrite a component which is based on LazyloadScrollView or ParallaxScrollView. orveride...
Remove and try to install again? I have no idea about this
感谢你提出的建议 现在尚不支持 后续我会添加这个功能
For react-native >= 0.47 you can use [email protected], or using 1.2.1 for lower version.
这问题暂时没办法解决,Modal是通过原生代码的方式盖在所有元素上,root-toast是通过js方式实现的,会被modal这类元素盖住。
原生的Modal和root-toast不兼容,可以用react-native-root-modal替换
Thanks for this suggestion. But can`t do that right now. `LazyloadView` and `LazyloadImage` must be inside a `LazyloadScrollView` or `LazyloadListView`. I have to listen the outside ScrollView`s onScroll event to...
The `LazyScrollview` component is almost like `ScrollView` componet. You just replace the `ScrollView`s by using `LazyScrollview`, And add a `name` prop for it. everything else is the same as `ScrollView`...
+1 请问现在找到解决方案了吗? 找了一天没找到