UNPKG

expo-react-native-toastify

Version:

expo-react-native-toastify allows you to add notifications to your expo react-native app (ios, android, web) with ease.

23 lines (21 loc) 507 B
import { RFPercentage } from 'react-native-responsive-fontsize'; export default { theme: 'light', width: RFPercentage(32), height: RFPercentage(8.5), style: {}, 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, };