xxxxxxxxxx
npm install react-native-swiper
//OR
npm install react-native-swiper --legacy-peer-deps
xxxxxxxxxx
import {Dimensions} from 'react-native';
import ImagesSwiper from "react-native-image-swiper";
const { width, height } = Dimensions.get("window");
<ImagesSwiper width={width} height={height-400} />