Ali

Results 9 comments of Ali

You can modify offset globally in ToastProvider, It's by intention not modifiable on show() because it can break the stacking feature (Toasts going over each other). Do you have a...

We also have a style prop you can use margins there ``` toast.show("Toast", { style: { marginBottom: 50 } ]) ```

I'm not sure if this is same scenario, Bitwarden allows storing key unsecure on storage with a warning to user. ![image](https://user-images.githubusercontent.com/61647712/218383129-3e3ee135-b63b-48c6-af05-ca1a92578494.png)

Thanks for your works! I use this on mobile too (kiwi browser) and state is lost more easily on mobile. I think we should be able to opt in and...

It seems login requires some new parameters. rc_token, safety_net_nonce [This source](https://github.com/stypr/clubhouse-py/blob/master/clubhouse/clubhouse.py#L188-L192) says there is no implementation to generate these new parameters atm. seems they have just killed all custom clients...

I'm having the same issue on 4.6.4, Only happens when frame processor is active in landscape mode

toast must be called after initial render of application. i.e inside a useEffect(() => toast.show(), [])