mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Rewrite app start up procedure
This commit is contained in:
@ -33,12 +33,12 @@ const toast = ({
|
||||
onHide
|
||||
}: Params) => {
|
||||
Toast.show({
|
||||
type: type,
|
||||
position: position,
|
||||
type,
|
||||
position,
|
||||
text1: content,
|
||||
text2: description,
|
||||
visibilityTime: 2000,
|
||||
autoHide: autoHide,
|
||||
visibilityTime: 1500,
|
||||
autoHide,
|
||||
topOffset: 0,
|
||||
bottomOffset: 0,
|
||||
onShow: onShow,
|
||||
|
Reference in New Issue
Block a user