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
2 changed files with 78 additions and 69 deletions
+3
View File
@@ -145,6 +145,9 @@ export const atoms = {
flex_shrink: {
flexShrink: 1,
},
flex_shrink_0: {
flexShrink: 0,
},
justify_start: {
justifyContent: 'flex-start',
},