make horizontal scrollview touch edges (#7256)

This commit is contained in:
Samuel Newman
2024-12-23 15:58:54 +00:00
committed by GitHub
parent 190c7d6ed8
commit 5020e4233a
2 changed files with 20 additions and 10 deletions
+3
View File
@@ -158,6 +158,9 @@ export const atoms = {
flex_wrap: {
flexWrap: 'wrap',
},
flex_nowrap: {
flexWrap: 'nowrap',
},
flex_0: {
flex: web('0 0 auto') || (native(0) as number),
},