import { StyleSheet } from "react-native";

const styles = StyleSheet.create({
  animatedView: {
    overflow: "hidden",
  },
  wrapper: {
    display: "flex",
    position: "absolute",
    width: "100%",
  },
});

export default styles;
