Skip to content

Commit ce3bf28

Browse files
greenkeeper[bot]thymikee
authored andcommitted
chore: update react-native to the latest version 🚀 (#130)
* chore(package): update react-native to version 0.59.0 * chore(package): update lockfile yarn.lock * update snapshots
1 parent 3e73d6f commit ce3bf28

File tree

3 files changed

+220
-114
lines changed

3 files changed

+220
-114
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"jest": "^24.1.0",
2626
"metro-react-native-babel-preset": "^0.52.0",
2727
"react": "^16.8.3",
28-
"react-native": "^0.58.6",
28+
"react-native": "^0.59.0",
2929
"react-test-renderer": "^16.8.3",
3030
"release-it": "^10.0.0",
3131
"strip-ansi": "^5.0.0",

src/__tests__/__snapshots__/render.test.js.snap

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ exports[`debug 1`] = `
1313
<TextInput
1414
allowFontScaling={true}
1515
placeholder=\\"Add custom freshness\\"
16+
rejectResponderTermination={true}
1617
testID=\\"bananaCustomFreshness\\"
1718
underlineColorAndroid=\\"transparent\\"
1819
/>
1920
<TextInput
2021
allowFontScaling={true}
2122
placeholder=\\"Who inspected freshness?\\"
23+
rejectResponderTermination={true}
2224
testID=\\"bananaChef\\"
2325
underlineColorAndroid=\\"transparent\\"
2426
/>
@@ -57,12 +59,14 @@ exports[`debug changing component: bananaFresh button message should now be "fre
5759
<TextInput
5860
allowFontScaling={true}
5961
placeholder=\\"Add custom freshness\\"
62+
rejectResponderTermination={true}
6063
testID=\\"bananaCustomFreshness\\"
6164
underlineColorAndroid=\\"transparent\\"
6265
/>
6366
<TextInput
6467
allowFontScaling={true}
6568
placeholder=\\"Who inspected freshness?\\"
69+
rejectResponderTermination={true}
6670
testID=\\"bananaChef\\"
6771
underlineColorAndroid=\\"transparent\\"
6872
/>
@@ -101,12 +105,14 @@ exports[`debug: shallow 1`] = `
101105
<TextInput
102106
allowFontScaling={true}
103107
placeholder=\\"Add custom freshness\\"
108+
rejectResponderTermination={true}
104109
testID=\\"bananaCustomFreshness\\"
105110
underlineColorAndroid=\\"transparent\\"
106111
/>
107112
<TextInput
108113
allowFontScaling={true}
109114
placeholder=\\"Who inspected freshness?\\"
115+
rejectResponderTermination={true}
110116
testID=\\"bananaChef\\"
111117
underlineColorAndroid=\\"transparent\\"
112118
/>
@@ -134,12 +140,14 @@ exports[`debug: shallow with message 1`] = `
134140
<TextInput
135141
allowFontScaling={true}
136142
placeholder=\\"Add custom freshness\\"
143+
rejectResponderTermination={true}
137144
testID=\\"bananaCustomFreshness\\"
138145
underlineColorAndroid=\\"transparent\\"
139146
/>
140147
<TextInput
141148
allowFontScaling={true}
142149
placeholder=\\"Who inspected freshness?\\"
150+
rejectResponderTermination={true}
143151
testID=\\"bananaChef\\"
144152
underlineColorAndroid=\\"transparent\\"
145153
/>
@@ -167,12 +175,14 @@ exports[`debug: with message 1`] = `
167175
<TextInput
168176
allowFontScaling={true}
169177
placeholder=\\"Add custom freshness\\"
178+
rejectResponderTermination={true}
170179
testID=\\"bananaCustomFreshness\\"
171180
underlineColorAndroid=\\"transparent\\"
172181
/>
173182
<TextInput
174183
allowFontScaling={true}
175184
placeholder=\\"Who inspected freshness?\\"
185+
rejectResponderTermination={true}
176186
testID=\\"bananaChef\\"
177187
underlineColorAndroid=\\"transparent\\"
178188
/>

0 commit comments

Comments
 (0)