Skip to content

A simple cards slider implement use ScrollView working right on iOS and Android.

License

Notifications You must be signed in to change notification settings

ytqiu/react-native-cards-slider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-cards-slider

A simple cards slider implement use ScrollView working right on iOS and Android.

usage

npm install git+https://github.com/ytqiu/react-native-cards-slider.git --save

import CarouselCard from 'react-native-card-carousel'

// card item will be wrapped by a <View /> which using default props.
<CarouselCard
      data = {[1, 2, 3]}
      onPress = {item => {}}
      contentRender = {item => {
          return (
              <Text>{item}</Text>
          )
      }} 
  />

snapshot

react-native-cards-slider react-native-cards-slider

About

A simple cards slider implement use ScrollView working right on iOS and Android.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published