Open samducker opened 2 months ago
Hi I noticed the loading preset,
is it possible in this library to wait for example for some data to load then imperatively dismiss it in your code e.g.
alert or toast({preset: 'loading', title: 'Fetching data...'})
then when needed
.dismiss();
there is a dismissAlert() function if i take a look at the native code. turns out it can be import too
Hi I noticed the loading preset,
is it possible in this library to wait for example for some data to load then imperatively dismiss it in your code e.g.
alert or toast({preset: 'loading', title: 'Fetching data...'})
then when needed
.dismiss();