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:
parent
27d712290a
commit
abb709d209
2 changed files with 78 additions and 69 deletions
|
@ -145,6 +145,9 @@ export const atoms = {
|
|||
flex_shrink: {
|
||||
flexShrink: 1,
|
||||
},
|
||||
flex_shrink_0: {
|
||||
flexShrink: 0,
|
||||
},
|
||||
justify_start: {
|
||||
justifyContent: 'flex-start',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue