mochixuan / react-native-smart-tip

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

How to globally style the toast container? #38

Closed mohsinulhaq closed 3 years ago

mohsinulhaq commented 3 years ago

Is there any global way to style the toast without me adding the styles to each invocation of WToast.show or refactoring the function out into another one?

mochixuan commented 3 years ago

You can write a show function in your utils, and then define a constant (const) object so that you can achieve the function you want