mochixuan / react-native-smart-tip

🔥🔥🔥Toast , SnackBar , Modal , Show Toast above Modal
248 stars 37 forks source link

How to smooth transition from loading to success with Toast component? #18

Closed xjf348060793 closed 4 years ago

xjf348060793 commented 4 years ago

When I use suceess or fail to kill the loading, i just wanna replace the icon, not the whole toast, how can i do that?

mochixuan commented 4 years ago

You can record the text of the prompt and rewrite it in the next update.

xjf348060793 commented 4 years ago

shining

xjf348060793 commented 4 years ago

The toast only exposed two api, show and hide, i saw the source code, invoke show will
kill the old rootSiblings and build new rootSiblings, that caused Screen wobble。

mochixuan commented 4 years ago

Wait a minute, let me see if I can add a method, I understand what you mean

mochixuan commented 4 years ago

两个Toast同时显示会出现重叠,所以我这个设计的时候一个时间段自能显示显示一个Toast。你可以注释调这行代码Hide

xjf348060793 commented 4 years ago

3Q