yarn add react-native-swiper
import {Dimensions} from 'react-native'; import ImagesSwiper from "react-native-image-swiper"; const { width, height } = Dimensions.get("window"); <ImagesSwiper width={width} height={height-400} />