登录 注册
当前位置:主页 > 资源下载 > 49 > react-native-swipe手势实现:在react-native中实现四向滑动功能

react-native-swipe手势实现:在react-native中实现四向滑动功能

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

资源介绍

React本机滑动手势 React Native组件用于处理上下左右方向的滑动手势。 安装 npm i -S react-native-swipe-gestures 用法 'use strict' ; import React , { Component } from 'react' ; import { View , Text } from 'react-native' ; import GestureRecognizer , { swipeDirections } from 'react-native-swipe-gestures' ; class SomeComponent exten