-
Notifications
You must be signed in to change notification settings - Fork 955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(react,vue,ios,android): add waterfall component for hippy #933
feat(react,vue,ios,android): add waterfall component for hippy #933
Conversation
Codecov Report
@@ Coverage Diff @@
## master #933 +/- ##
==========================================
+ Coverage 61.35% 61.41% +0.06%
==========================================
Files 29 29
Lines 1876 1879 +3
==========================================
+ Hits 1151 1154 +3
Misses 725 725
Continue to review full report at Codecov.
|
|
a491c05
to
752dae3
Compare
Co-authored-by: genesisli <genesisli@tencent.com>
752dae3
to
e8e03af
Compare
* feat: add waterfall component for hippy * feat(android): make WaterfallView extends HippyListView * feat(android): support 'animated' for scrollToXXX * feat(vue): demo add scrollToXXX * feat(android): add onScroll event params * feat(ios):fix scrollToIndex bug * feat(android): fix scrollToIndex with anim * feat(vue): perf vue waterfall component&demo * feat(react): add waterfall component * feat(react): add waterfall component * refactor(core): build example * fix(android): water fall view reuse error * feat(android): change the onEndReached event send time * feat(android): change the water fall view padding logic * feat(android): change the water fall view padding logic * feat(react): add react waterfall document * feat(ios): improve waterfall item reuse proxy (#1) Co-authored-by: genesisli <genesisli@tencent.com> * feat(ios): fix bug that HippyWaterfallView's bridge isn't assigned * docs(waterfall): add waterfall doc * docs(waterfall): add waterfall doc * chore(build): build react example Co-authored-by: JerryChu <528994690@qq.com> Co-authored-by: genesisli <genesisli@tencent.com> Co-authored-by: derekazhang(张爱民) <derekazhang@tencent.com> Co-authored-by: xilinzheng <xilinzheng@tencent.com> Co-authored-by: hengyangji <hengyangji@tencent.com> Co-authored-by: sweetPotatoZheng <72075059+sweetPotatoZheng@users.noreply.github.com>
Before submitting a new pull request, please make sure: