Native toast rework (#4808)

* rework toast to use reanimated

* fix animation on iOS

---------

Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
This commit is contained in:
Samuel Newman 2024-07-23 19:50:47 +01:00 committed by GitHub
parent 27d712290a
commit abb709d209
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 78 additions and 69 deletions

View file

@ -145,6 +145,9 @@ export const atoms = {
flex_shrink: {
flexShrink: 1,
},
flex_shrink_0: {
flexShrink: 0,
},
justify_start: {
justifyContent: 'flex-start',
},