sdcxtech / react-native-troika

Native UI Component for React Native, including nested-scroll, pull-to-refresh, bottom-sheet, etc.
https://todoit.tech
173 stars 23 forks source link

安卓打包报错 #21

Open Arise-cn opened 11 months ago

Arise-cn commented 11 months ago

Duplicate class com.scwang.smart.refresh.layout.wrapper.RefreshHeaderWrapper found in modules jetified-refresh-layout-kernel-2.0.3-runtime (com.scwang.smart:refresh-layout-kernel:2.0.3) and jetified-refresh-layout-kernel-2.1.0-runtime (io.github.scwang90:refresh-layout-kernel:2.1.0)

listenzz commented 11 months ago

你的项目使用了其它的下拉刷新框架导致冲突

Arise-cn commented 11 months ago

确实是我的一个第三方manven库引用了 不过遇到了另外一个问题当和react-native-collapsible-tab-view组合使用时无法正常的下拉刷新

listenzz commented 11 months ago

确实是我的一个第三方manven库引用了 不过遇到了另外一个问题当和react-native-collapsible-tab-view组合使用时无法正常的下拉刷新

使用 NestedScrollView 替换相关实现即可。