文件名称:react-native-swiper
文件大小:645KB
文件格式:ZIP
更新时间:2024-05-30 04:08:33
JavaScript
刷卡
适用于iOS和Android的React Native的滑动组件。
目录
为什么要创建这个?
我发现现有的刷卡组件存在问题,无法在两个平台上完全正常工作。
特征
自动播放
水平滑动
方向改变时有效
跨平台
适用于任何视图尺寸
自定义样式
可按下的圆形按钮
原料药
入门
安装npm软件包。
npm i react-native-swipe-a-lot --save
将SwipeALot组件导入到您想使用它的任何地方。
import SwipeALot from 'react-native-swipe-a-lot'
在渲染方法中,只需将其用作Views的包装即可。
class Root extends React.Component {
render() {
return (
【文件预览】:
react-native-swiper-master
----.gitignore(424B)
----.flowconfig(3KB)
----package.json(1KB)
----src()
--------Circles.js(3KB)
--------FixedSizeView.js(670B)
--------index.js(6KB)
--------reducer.test.js(626B)
--------reducer.js(347B)
----.buckconfig(114B)
----android()
--------app()
--------settings.gradle(47B)
--------build.gradle(642B)
--------keystores()
--------gradlew(5KB)
--------gradlew.bat(2KB)
--------gradle.properties(887B)
--------gradle()
----.watchmanconfig(2B)
----ios()
--------SwipeALotTests()
--------SwipeALot()
--------SwipeALot.xcodeproj()
----LICENSE(1KB)
----README.md(3KB)
----example()
--------images()
--------root.js(5KB)
----index.ios.js(223B)
----index.android.js(223B)
----.npmignore(101B)