react-native-SmartRefreshLayout icon indicating copy to clipboard operation
react-native-SmartRefreshLayout copied to clipboard

基于android SmartRefreshLayout https://github.com/scwang90/SmartRefreshLayout 开发的插件,可提供类似ios的弹性刷新

Results 39 react-native-SmartRefreshLayout issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

希望更新下 smart-refresh-layout库,现在这个库版本太老了,不能兼容 Android X

//1.1.0 (1.0.5及以前版本的老用户升级需谨慎,API改动过大) compile 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-alpha-32' compile 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-alpha-32'//没有使用特殊Header,可以不加这行 compile 'com.android.support:appcompat-v7:25.3.1'//版本 23以上(必须) //1.1.0 androidx 版本 implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0-andx-15' implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.1.0-andx-15' implementation 'androidx.legacy:legacy-support-v4:1.0.0' //1.0.5 (重大bug发现,无法兼容 Android P,不推荐使用)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Task :react-native-smartrefreshlayout:compileDebugJavaWithJavac FAILED

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

RN:0.61 react-native-SmartRefreshLayout:0.6.7 运行编译报错 ![image](https://user-images.githubusercontent.com/22516157/74617515-6ae40b00-5168-11ea-9769-88f97b8109c3.png)

使用 TypeScript 问题 1. 修复代码文件导出 `SmartRefreshControl`,而 `.d.ts` 文件导出 `SmartRefreshLayout` 的问题, TS 引用 `SmartRefreshLayout` 报错; 2. 修复 `renderHeader` 只能使用函数,不能使用 `React.ReactElement` 问题;