Prettify misc files

This commit is contained in:
Sofiya Tepikin
2022-08-23 12:58:32 +02:00
parent 1b8fd97d16
commit ac7a36925f
8 changed files with 69 additions and 67 deletions
+5 -3
View File
@@ -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',
])