react-native-toast-banner icon indicating copy to clipboard operation
react-native-toast-banner copied to clipboard

Various positions than Top

Open benevbright opened this issue 5 years ago • 0 comments

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'
})

benevbright avatar Dec 24 '19 00:12 benevbright