适用于React Native的刷卡 维护版本。 快速开始 npm install --save react-native-swipeable-cards 创建一个模块,例如SwipeCards.js import SwipeCards from 'react-native-swipeable-cards' 渲染 // SwipeCards.js 'use strict' ; import React , { Component } from 'react' ; import { StyleSheet , Text , View , Image } from 'react-native' ; import SwipeCards from 'react-native-swipeable-cards' ; class Car