Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Update to React Native 0.61 #263

Merged
merged 5 commits into from
Oct 7, 2019
Merged

Conversation

jamonholmgren
Copy link
Member

@jamonholmgren jamonholmgren commented Oct 7, 2019

Pretty straightforward upgrade!

Here's the upgrade helper link: https://react-native-community.github.io/upgrade-helper/?from=0.60.5&to=0.61.2

Copy link
Member Author

@jamonholmgren jamonholmgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments.

@@ -20,7 +20,6 @@ DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They removed this line in the new version.

# in the default .gitignore generated by React-Native CLI

# VS Code
.vscode
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is our only customization of this file. Perhaps we should let RN generate it and then just append.

@@ -46,32 +46,28 @@
"validate.js": "0.13.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

react-native init already includes these deps, so we don't have to.

"@types/react-navigation": "3.0.7",
"@types/react-test-renderer": "16.8.3",
"@typescript-eslint/eslint-plugin": "^1.1.0",
"@typescript-eslint/parser": "^1.1.0",
<% if (props.includeDetox) { -%>
"detox": "^14.0.1",
<% } -%>
"eslint": "^6.1.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already in the generated package.json.

@jamonholmgren
Copy link
Member Author

Fixed (hopefully) the CI failures.

@jamonholmgren jamonholmgren merged commit 3f7894c into master Oct 7, 2019
@jamonholmgren jamonholmgren deleted the deps/update-react-native-61 branch October 7, 2019 22:47
infinitered-circleci pushed a commit that referenced this pull request Oct 7, 2019
## [4.7.4](v4.7.3...v4.7.4) (2019-10-07)

### Bug Fixes

* **boilerplate:** Update to React Native 0.61 ([#263](#263) by [@jamonholmgren](https://github.com/jamonholmgren)) ([3f7894c](3f7894c))
@infinitered-circleci
Copy link

🎉 This PR is included in version 4.7.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants