Update tab snapshots

This commit is contained in:
Brent Vatne
2018-05-31 13:53:00 -07:00
parent 889f33f0be
commit accae258be
2 changed files with 121 additions and 113 deletions

View File

@@ -2,12 +2,7 @@
exports[`TabNavigator renders successfully 1`] = `
<View
loaded={
Array [
0,
]
}
onLayout={[Function]}
collapsable={false}
style={
Array [
Object {
@@ -19,6 +14,14 @@ exports[`TabNavigator renders successfully 1`] = `
},
]
}
>
<View
onLayout={[Function]}
style={
Object {
"flex": 1,
}
}
>
<View
collapsable={undefined}
@@ -74,6 +77,7 @@ exports[`TabNavigator renders successfully 1`] = `
</View>
</View>
</View>
</View>
<View
collapsable={undefined}
style={undefined}

View File

@@ -2,12 +2,7 @@
exports[`TabBarBottom renders successfully 1`] = `
<View
loaded={
Array [
0,
]
}
onLayout={[Function]}
collapsable={false}
style={
Array [
Object {
@@ -19,6 +14,14 @@ exports[`TabBarBottom renders successfully 1`] = `
},
]
}
>
<View
onLayout={[Function]}
style={
Object {
"flex": 1,
}
}
>
<RCTScrollView
DEPRECATED_sendUpdatedChildFrames={false}
@@ -137,4 +140,5 @@ exports[`TabBarBottom renders successfully 1`] = `
</RCTScrollContentView>
</RCTScrollView>
</View>
</View>
`;