UNPKG

@amir-hossein-karimi/toastify-react-native

Version:

🎉 toastify-react-native allows you to add notifications to your react-native app (ios, android) with ease. No more nonsense!

24 lines (22 loc) • 522 B
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, }