Files
drip/components/helpers/general.js
T
2021-08-29 14:03:29 +02:00

6 lines
169 B
JavaScript

import Toast from 'react-native-simple-toast'
export const showToast = (text) => Toast.show(
text, Toast.SHORT, ['RCTModalHostViewController', 'UIAlertController']
)