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-plugin-react-native-globals": "^0.1.0",
"husky": "^0.14.3",
"jest": "^22.1.3",
"jest": "^23.6.0",
"prettier": "^1.8.2",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-native": "~0.55.4",
"react": "16.6.3",
"react-dom": "16.3.3",
"react-native": "^0.57.7",
"react-native-gesture-handler": "^1.0.8",
"react-native-screens": "^1.0.0-alpha",
"react-test-renderer": "16.3.1",
"react-test-renderer": "16.6.3",
"release-it": "^7.6.1"
},
"peerDependencies": {

View File

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

View File

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

File diff suppressed because it is too large Load Diff