Gakki icon indicating copy to clipboard operation
Gakki copied to clipboard

🌼🌸 A React Native App for Mastodon. 一个由React Native编写的长毛象客户端App🦋

Results 10 Gakki issues
Sort by recently updated
recently updated
newest added

想知道你是怎么实现的,看代码,没看出来,我下了app,然后接口貌似都不能用; 就比如在tab1 上下滑动,再去tab2 上下滑动,你是怎么做到保持每个tab内容自己的高度呢,我这边有6个tab也许更多,我发现要分两种情况,一种是tab导航栏还没吸顶前,每个tab内容的滑动高度都统一; 第二种是当tab导航栏吸顶后,每个tab内容的滑动高度都是自己的高度,互不影响,但是我觉得好麻烦,不知道你是怎么实现的。 如果不做判断,向上滑动第一个tab的内容后,切换到第二个tab,第二个tab的高度还在原来的位置,但是上面的部分就跑到了tab滑动后的位置(这是应该的),然后第二个tab的内容上面就有一节空白位置,然后在向上滑动tab2 tab2上面的模块就直接到了tab2的头上,衔接tab2的上滑动画

最近团队在开发中遇到这样一个需求,页面需要滚动,上面部分是动态加载的,下面是一个页签就是 tabview,上滑tab吸顶,本来以为是一个很正常的布局需求,结果做了才发现,各种不兼容啊,从 scroll-tab-view 到 tab-view 到 collapse-toolbar,到 antd、nativebase,到自定义 tab,包括外层使用 flatlist 不使用 scrollview,到子页签用自定义 scrollview 实现分页而不是 viewpager,到手势识别器滑动上面部分底下 tabview 跟随滚动,等等等等,没有一个完美的解决方案,各大博客论坛,均未找到。。。而开发友的实现,也并不完美,上面高度过高明显会有抖动现象,原生动画驱动不支持 top 属性太伤了。团队成员一直尝试未果,想和开发友聊聊,是否还有别的思路或者最近是否有新的进展。在下的联系方式为 QQ:761105568,望开发友看到消息能不吝指教

Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=acorn&package-manager=npm_and_yarn&previous-version=5.7.3&new-version=5.7.4)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot...

dependencies

# Project Information * Repository: https://github.com/shuiRong/Gakki * Project Name: Gakki * My Github Account: https://github.com/friendsmobile * Download the application: [Here](https://github.com/shuiRong/Gakki/releases) # Expected behavior After opening the mastodon option, when I...

reporter:https://cmx.im/web/statuses/102038158612822769

重现: 1. 进入主页,向下滑动一段距离 2. 切换到本站Tab,向上滑动。 它会直接触发Loading,而不是向上滑动。