Skip to content

Update react-native to the latest version 🚀 #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"jest": "^24.1.0",
"metro-react-native-babel-preset": "^0.52.0",
"react": "^16.8.3",
"react-native": "^0.58.6",
"react-native": "^0.59.0",
"react-test-renderer": "^16.8.3",
"release-it": "^10.0.0",
"strip-ansi": "^5.0.0",
Expand Down
10 changes: 10 additions & 0 deletions src/__tests__/__snapshots__/render.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ exports[`debug 1`] = `
<TextInput
allowFontScaling={true}
placeholder=\\"Add custom freshness\\"
rejectResponderTermination={true}
testID=\\"bananaCustomFreshness\\"
underlineColorAndroid=\\"transparent\\"
/>
<TextInput
allowFontScaling={true}
placeholder=\\"Who inspected freshness?\\"
rejectResponderTermination={true}
testID=\\"bananaChef\\"
underlineColorAndroid=\\"transparent\\"
/>
Expand Down Expand Up @@ -57,12 +59,14 @@ exports[`debug changing component: bananaFresh button message should now be "fre
<TextInput
allowFontScaling={true}
placeholder=\\"Add custom freshness\\"
rejectResponderTermination={true}
testID=\\"bananaCustomFreshness\\"
underlineColorAndroid=\\"transparent\\"
/>
<TextInput
allowFontScaling={true}
placeholder=\\"Who inspected freshness?\\"
rejectResponderTermination={true}
testID=\\"bananaChef\\"
underlineColorAndroid=\\"transparent\\"
/>
Expand Down Expand Up @@ -101,12 +105,14 @@ exports[`debug: shallow 1`] = `
<TextInput
allowFontScaling={true}
placeholder=\\"Add custom freshness\\"
rejectResponderTermination={true}
testID=\\"bananaCustomFreshness\\"
underlineColorAndroid=\\"transparent\\"
/>
<TextInput
allowFontScaling={true}
placeholder=\\"Who inspected freshness?\\"
rejectResponderTermination={true}
testID=\\"bananaChef\\"
underlineColorAndroid=\\"transparent\\"
/>
Expand Down Expand Up @@ -134,12 +140,14 @@ exports[`debug: shallow with message 1`] = `
<TextInput
allowFontScaling={true}
placeholder=\\"Add custom freshness\\"
rejectResponderTermination={true}
testID=\\"bananaCustomFreshness\\"
underlineColorAndroid=\\"transparent\\"
/>
<TextInput
allowFontScaling={true}
placeholder=\\"Who inspected freshness?\\"
rejectResponderTermination={true}
testID=\\"bananaChef\\"
underlineColorAndroid=\\"transparent\\"
/>
Expand Down Expand Up @@ -167,12 +175,14 @@ exports[`debug: with message 1`] = `
<TextInput
allowFontScaling={true}
placeholder=\\"Add custom freshness\\"
rejectResponderTermination={true}
testID=\\"bananaCustomFreshness\\"
underlineColorAndroid=\\"transparent\\"
/>
<TextInput
allowFontScaling={true}
placeholder=\\"Who inspected freshness?\\"
rejectResponderTermination={true}
testID=\\"bananaChef\\"
underlineColorAndroid=\\"transparent\\"
/>
Expand Down
Loading