diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-07-23 19:50:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 19:50:47 +0100 |
commit | abb709d209946cdb0be0a88a6982116f028e0672 (patch) | |
tree | e8d2cf103dc64e8904d237f79fe1a971232ff164 /src/alf/atoms.ts | |
parent | 27d712290a908fcb471c59a8e5c8e95bd862c49c (diff) | |
download | voidsky-abb709d209946cdb0be0a88a6982116f028e0672.tar.zst |
Native toast rework (#4808)
* rework toast to use reanimated * fix animation on iOS --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 1dc2dfa7b..650997c91 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -145,6 +145,9 @@ export const atoms = { flex_shrink: { flexShrink: 1, }, + flex_shrink_0: { + flexShrink: 0, + }, justify_start: { justifyContent: 'flex-start', }, |