Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bozaigao/react-native-swiper-fix-viewpager
解决react-native-swiper组件在Android机型上的适配问题,搭配react-navigation使用过程中通过tab切换界面然后回到Swiper组件所在界面出现的Swiper渲染卡顿没有pageEnable效果以及白屏问题
https://github.com/bozaigao/react-native-swiper-fix-viewpager
Last synced: about 1 month ago
JSON representation
解决react-native-swiper组件在Android机型上的适配问题,搭配react-navigation使用过程中通过tab切换界面然后回到Swiper组件所在界面出现的Swiper渲染卡顿没有pageEnable效果以及白屏问题
- Host: GitHub
- URL: https://github.com/bozaigao/react-native-swiper-fix-viewpager
- Owner: bozaigao
- License: mit
- Created: 2019-07-01T02:16:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T04:47:57.000Z (almost 2 years ago)
- Last Synced: 2024-09-27T21:23:53.268Z (about 2 months ago)
- Language: JavaScript
- Size: 2.22 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-swiper-fix-viewpager
主要是解决了react-native-swiper组件在Android机型上的适配问题,搭配react-navigation使用过程中通过tab切换界面然后回到Swiper组件所在界面出现的Swiper渲染卡顿没有pageEnable效果以及白屏问题
### 安装
npm install react-native-swiper-fix-viewpager --savereact-native link @react-native-community/viewpager
### 其他用法同[react-native-swiper](https://github.com/leecade/react-native-swiper)组件