Skip to content
Snippets Groups Projects
general.js 169 B
Newer Older
import Toast from 'react-native-simple-toast'

export const showToast = (text) => Toast.show(
  text, Toast.SHORT, ['RCTModalHostViewController', 'UIAlertController']
)