import { RFPercentage } from 'react-native-responsive-fontsize'

export default {
  theme: 'light',
  width: RFPercentage(32),
  height: RFPercentage(8.5),
  style: {},
  textStyle: {},
  position: 'top',
  positionValue: 50,
  end: 0,
  duration: 3000,
  animationInTiming: 300,
  animationOutTiming: 300,
  backdropTransitionInTiming: 300,
  backdropTransitionOutTiming: 300,
  animationIn: '',
  animationOut: '',
  animationStyle: 'upInUpOut',
  hasBackdrop: false,
  backdropColor: 'black',
  backdropOpacity: 0.2,
}
