react-native-infinite-swiper:包装 react-native-viewpager 并添加无限循环和触摸边距的 React Native 包

时间:2024-08-13 08:51:00
【文件属性】:

文件名称:react-native-infinite-swiper:包装 react-native-viewpager 并添加无限循环和触摸边距的 React Native 包

文件大小:284KB

文件格式:ZIP

更新时间:2024-08-13 08:51:00

JavaScript

React Native Infinite Swiper 包装并添加功能的 React Native 包: 触摸页边距翻页 环形 入门 $ yarn add react-native-infinite-swiper 要求 react-native-pager-view 是此包的对等依赖项,您需要将其添加到项目中。 要安装,请运行以下命令: $ yarn add react-native-pager-view 用法 import React from 'react' ; import { StyleSheet , View , Text } from 'react-native' ; import Paging from 'react-native-infinite-swiper' ; const MyPager = ( ) => { return ( < Pagi


【文件预览】:
react-native-infinite-swiper-master
----example()
--------ios()
--------index.js(183B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(759B)
--------__tests__()
--------_editorconfig(43B)
--------app.json(51B)
--------.eslintrc.js(74B)
--------App.js(2KB)
--------.buckconfig(114B)
--------.prettierrc.js(144B)
--------yarn.lock(283KB)
--------metro.config.js(713B)
--------babel.config.js(364B)
----.watchmanconfig(2B)
----.flowconfig(2KB)
----package.json(964B)
----app.json(71B)
----LICENSE(1KB)
----src()
--------index.js(54B)
--------index.d.ts(41B)
--------RNPaging.js(4KB)
----.eslintrc.js(74B)
----.gitignore(830B)
----.buckconfig(114B)
----.prettierrc.js(120B)
----README.md(1KB)
----.gitattributes(16B)
----babel.config.js(77B)

网友评论