-
react-native-swipe-gestures-plus支持4向滑动手势以及长按事件,可在本机React中实现这些功能
资源介绍
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