Update snapshots

This commit is contained in:
Brent Vatne 2018-09-06 14:52:13 -07:00
parent 0916498144
commit 82a0de3590
3 changed files with 9 additions and 13 deletions

View File

@ -43,7 +43,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
accessible={true}
collapsable={undefined} collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
@ -116,7 +115,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
accessible={true}
collapsable={undefined} collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
@ -156,7 +154,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
collapsable={undefined} collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#F7F7F7", "backgroundColor": "#FFF",
"transform": Array [ "transform": Array [
Object { Object {
"translateX": 0, "translateX": 0,
@ -171,7 +169,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
"backgroundColor": "#F7F7F7", "backgroundColor": "#FFF",
"borderBottomColor": "#A7A7AA", "borderBottomColor": "#A7A7AA",
"borderBottomWidth": 0.5, "borderBottomWidth": 0.5,
"height": 64, "height": 64,
@ -221,7 +219,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<Text <Text
accessibilityTraits="header" accessibilityTraits="header"
accessible={true} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined} collapsable={undefined}
ellipsizeMode="tail" ellipsizeMode="tail"
@ -255,7 +253,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
collapsable={undefined} collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#F7F7F7", "backgroundColor": "#FFF",
"transform": Array [ "transform": Array [
Object { Object {
"translateX": 0, "translateX": 0,
@ -270,7 +268,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
"backgroundColor": "#F7F7F7", "backgroundColor": "#FFF",
"borderBottomColor": "#A7A7AA", "borderBottomColor": "#A7A7AA",
"borderBottomWidth": 0.5, "borderBottomWidth": 0.5,
"height": 64, "height": 64,
@ -320,7 +318,7 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<Text <Text
accessibilityTraits="header" accessibilityTraits="header"
accessible={true} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined} collapsable={undefined}
ellipsizeMode="tail" ellipsizeMode="tail"

View File

@ -43,7 +43,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
accessible={true}
collapsable={undefined} collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
@ -149,7 +148,7 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
> >
<Text <Text
accessibilityTraits="header" accessibilityTraits="header"
accessible={true} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined} collapsable={undefined}
ellipsizeMode="tail" ellipsizeMode="tail"
@ -238,7 +237,6 @@ exports[`StackNavigator renders successfully 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
accessible={true}
collapsable={undefined} collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
@ -344,7 +342,7 @@ exports[`StackNavigator renders successfully 1`] = `
> >
<Text <Text
accessibilityTraits="header" accessibilityTraits="header"
accessible={true} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined} collapsable={undefined}
ellipsizeMode="tail" ellipsizeMode="tail"

View File

@ -654,7 +654,7 @@ if (Platform.OS === 'ios') {
}; };
} }
const DEFAULT_BACKGROUND_COLOR = Platform.OS === 'ios' ? '#F7F7F7' : '#FFF'; const DEFAULT_BACKGROUND_COLOR = '#FFF';
const styles = StyleSheet.create({ const styles = StyleSheet.create({
container: { container: {