wrapper fix

This commit is contained in:
vineyardbovines
2026-03-05 13:10:20 -05:00
committed by Samuel Newman
parent 023363e6e9
commit a4017dbdff
+1 -3
View File
@@ -135,9 +135,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>