wrapper fix

This commit is contained in:
vineyardbovines
2026-03-05 13:10:20 -05:00
parent 2a06d67fb4
commit 2a779a7008
+1 -3
View File
@@ -125,9 +125,7 @@ function OuterAlert({
a.overflow_hidden,
]}>
<Context.Provider value={context}>
<View testID={testID} style={[a.flex_1]}>
{children}
</View>
<View testID={testID}>{children}</View>
</Context.Provider>
</Pressable>
</Pressable>