Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 490 Bytes

File metadata and controls

23 lines (16 loc) · 490 Bytes

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