"name": "react-native-web-swiper", "version": "1.16.2", "version": "2.0.0-rc1", "homepage": "https://github.com/oxyii/react-native-web-swiper#readme", "types": "./index.d.ts", "main": "dist/index.js", "license": "MIT", "keywords": [ Expand All @@ -16,7 +17,7 ...
$ npm i react-native-web-swiper --save Usage importReactfrom'react';import{StyleSheet,Text,View}from'react-native';importSwiperfrom'react-native-web-swiper';conststyles=StyleSheet.create({container:{flex:1,},slideContainer:{flex:1,alignItems:'center',justifyContent:'center',},slide1:{backgroun...
ios: react-native run-ios android: react-native run-android 开始上码,在src里面创建个components文件夹下边创建个swiper.js文件,以及index.js,加上说明文档 importPropTypesfrom'prop-types';importReact, {Component}from'react';import{StyleSheet,TouchableWithoutFeedback,View}from'react-native';importRNSwiperfr...
Need to install depedency Library ofreact-native-gesture-handlerto work with the Slider Component and make slider perform smoothly. Basic Usage importReact,{useEffect}from'react';import{Text,TouchableOpacity,View}from'react-native';importReactNativeCustomSwiperfrom'react-native-custom-swiper';import{Gest...
🎠 React Native swiper/carousel component, fully implemented using reanimated v2, support to iOS/Android/Web. (Swiper/Carousel) - dohooo/react-native-reanimated-carousel