wrapper fix
This commit is contained in:
committed by
Samuel Newman
parent
023363e6e9
commit
a4017dbdff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user