Prettify misc files
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import Toast from 'react-native-simple-toast'
|
||||
|
||||
export const showToast = (text) => Toast.show(
|
||||
text, Toast.SHORT, ['RCTModalHostViewController', 'UIAlertController']
|
||||
)
|
||||
export const showToast = (text) =>
|
||||
Toast.show(text, Toast.SHORT, [
|
||||
'RCTModalHostViewController',
|
||||
'UIAlertController',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user