react-native-toast-banner
react-native-toast-banner copied to clipboard
Various positions than Top
It only provides the top position for now. It should give an option for the bottom position. (and center too)
showBanner({
...
position: 'bottom', // 'top' | 'center' | 'bottom'
})