import { View, Dimensions } from "react-native"; import React from "react"; import tw from "tailwind-rn"; const { width, height } = Dimensions.get("window"); const ImageSlider = ({}) => { return ( ); }; export default ImageSlider;