Skip to content

saumyadippramanik/react-native-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-carousel

Step 1

Copy the code from app.js

Step 2

Set your image array in data:

const data = ['image1', 'image2']

Step 3

Change constant values as per your requirement, preset values are:

const transition_time = 2000; const autoScrollAnimation = true; const scrollReturnAnimation = true; const imageResizeType = "stretch"; const cardHeight = Dimensions.get("window").width / 2; const cardWidth = Dimensions.get("window").width

Step 4

Build and run your project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors