Upgrade react-native, react, jest

This commit is contained in:
Eric Vicenti
2018-12-12 08:24:41 -08:00
parent 1ee7aae32c
commit 411dd64837
4 changed files with 1543 additions and 1327 deletions

View File

@@ -55,14 +55,14 @@
"eslint-config-satya164": "^1.0.1", "eslint-config-satya164": "^1.0.1",
"eslint-plugin-react-native-globals": "^0.1.0", "eslint-plugin-react-native-globals": "^0.1.0",
"husky": "^0.14.3", "husky": "^0.14.3",
"jest": "^22.1.3", "jest": "^23.6.0",
"prettier": "^1.8.2", "prettier": "^1.8.2",
"react": "16.3.1", "react": "16.6.3",
"react-dom": "16.3.1", "react-dom": "16.3.3",
"react-native": "~0.55.4", "react-native": "^0.57.7",
"react-native-gesture-handler": "^1.0.8", "react-native-gesture-handler": "^1.0.8",
"react-native-screens": "^1.0.0-alpha", "react-native-screens": "^1.0.0-alpha",
"react-test-renderer": "16.3.1", "react-test-renderer": "16.6.3",
"release-it": "^7.6.1" "release-it": "^7.6.1"
}, },
"peerDependencies": { "peerDependencies": {

View File

@@ -22,7 +22,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
onHandlerStateChange={[Function]} onHandlerStateChange={[Function]}
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#eee", "backgroundColor": "#eee",
@@ -40,7 +39,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
Object { Object {
@@ -64,7 +62,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#fff", "backgroundColor": "#fff",
@@ -93,7 +90,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
onHandlerStateChange={[Function]} onHandlerStateChange={[Function]}
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#eee", "backgroundColor": "#eee",
@@ -111,7 +107,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
Object { Object {
@@ -135,7 +130,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#fff", "backgroundColor": "#fff",
@@ -158,7 +152,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#FFF", "backgroundColor": "#FFF",
@@ -171,7 +164,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
onLayout={[Function]} onLayout={[Function]}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
@@ -207,7 +199,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
@@ -228,8 +219,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
accessibilityTraits="header" accessibilityTraits="header"
accessible={false} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined}
ellipsizeMode="tail"
numberOfLines={1} numberOfLines={1}
onLayout={[Function]} onLayout={[Function]}
style={ style={
@@ -267,7 +256,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#FFF", "backgroundColor": "#FFF",
@@ -280,7 +268,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
onLayout={[Function]} onLayout={[Function]}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
@@ -316,7 +303,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
@@ -337,8 +323,6 @@ exports[`Nested navigators renders succesfully as direct child 1`] = `
accessibilityTraits="header" accessibilityTraits="header"
accessible={false} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined}
ellipsizeMode="tail"
numberOfLines={1} numberOfLines={1}
onLayout={[Function]} onLayout={[Function]}
style={ style={

View File

@@ -22,7 +22,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
onHandlerStateChange={[Function]} onHandlerStateChange={[Function]}
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#eee", "backgroundColor": "#eee",
@@ -40,7 +39,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
} }
> >
<View <View
collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
Object { Object {
@@ -64,7 +62,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#fff", "backgroundColor": "#fff",
@@ -87,7 +84,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
} }
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "red", "backgroundColor": "red",
@@ -100,7 +96,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
} }
> >
<View <View
collapsable={undefined}
onLayout={[Function]} onLayout={[Function]}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
@@ -137,7 +132,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
} }
> >
<View <View
collapsable={undefined}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
@@ -158,8 +152,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
accessibilityTraits="header" accessibilityTraits="header"
accessible={false} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined}
ellipsizeMode="tail"
numberOfLines={1} numberOfLines={1}
onLayout={[Function]} onLayout={[Function]}
style={ style={
@@ -176,7 +168,6 @@ exports[`StackNavigator applies correct values when headerRight is present 1`] =
</Text> </Text>
</View> </View>
<View <View
collapsable={undefined}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
@@ -225,7 +216,6 @@ exports[`StackNavigator renders successfully 1`] = `
onHandlerStateChange={[Function]} onHandlerStateChange={[Function]}
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#eee", "backgroundColor": "#eee",
@@ -243,7 +233,6 @@ exports[`StackNavigator renders successfully 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="auto" pointerEvents="auto"
style={ style={
Object { Object {
@@ -267,7 +256,6 @@ exports[`StackNavigator renders successfully 1`] = `
> >
<View <View
accessibilityElementsHidden={false} accessibilityElementsHidden={false}
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "#fff", "backgroundColor": "#fff",
@@ -290,7 +278,6 @@ exports[`StackNavigator renders successfully 1`] = `
} }
> >
<View <View
collapsable={undefined}
style={ style={
Object { Object {
"backgroundColor": "red", "backgroundColor": "red",
@@ -303,7 +290,6 @@ exports[`StackNavigator renders successfully 1`] = `
} }
> >
<View <View
collapsable={undefined}
onLayout={[Function]} onLayout={[Function]}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
@@ -340,7 +326,6 @@ exports[`StackNavigator renders successfully 1`] = `
} }
> >
<View <View
collapsable={undefined}
pointerEvents="box-none" pointerEvents="box-none"
style={ style={
Object { Object {
@@ -361,8 +346,6 @@ exports[`StackNavigator renders successfully 1`] = `
accessibilityTraits="header" accessibilityTraits="header"
accessible={false} accessible={false}
allowFontScaling={true} allowFontScaling={true}
collapsable={undefined}
ellipsizeMode="tail"
numberOfLines={1} numberOfLines={1}
onLayout={[Function]} onLayout={[Function]}
style={ style={

File diff suppressed because it is too large Load Diff