Copy the code from app.js
Set your image array in data:
const data = ['image1', 'image2']
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
Build and run your project