1
0
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:
Zhiyuan Zheng
2020-12-28 23:20:18 +01:00
parent 7db153f2ae
commit 83b725b58d
4 changed files with 104 additions and 56 deletions

View File

@ -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,