登录 注册
当前位置:主页 > 资源下载 > 50 > react-native-swipe-gestures-plus支持4向滑动手势以及长按事件,可在本机React中实现这些功能

react-native-swipe-gestures-plus支持4向滑动手势以及长按事件,可在本机React中实现这些功能

  • 更新:2024-06-07 13:53:50
  • 大小:6KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

React本机滑动手势加 React Native组件可通过Press和Long Press Events处理上,下,左,右方向的轻扫手势。 安装 npm i react-native-swipe-gestures-plus 执照 这是的更新版本。 原始作者 , 用法 'use strict' ; import React , { Component } from 'react' ; import { View , Text } from 'react-native' ; import GestureRecognizer , { swipeDirections } from 'react-native-swipe-gestures-plus' ; export default function App ( ) { const [ myText , setMyText ] = Re