We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021951a commit 42d26deCopy full SHA for 42d26de
app/components/UI/ConfirmAddAsset/__snapshots__/ConfirmAddAsset.test.tsx.snap
@@ -1,9 +1,11 @@
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
3
exports[`ConfirmAddAsset render matches previous snapshot 1`] = `
4
-<View
+<RCTSafeAreaView
5
style={
6
{
7
+ "backgroundColor": "#ffffff",
8
+ "flex": 1,
9
"paddingVertical": 16,
10
}
11
@@ -375,5 +377,5 @@ exports[`ConfirmAddAsset render matches previous snapshot 1`] = `
375
377
</View>
376
378
379
<View />
-</View>
380
+</RCTSafeAreaView>
381
`;
0 commit comments