-
Notifications
You must be signed in to change notification settings - Fork 139
Conversation
There was a problem hiding this 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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
Fixed (hopefully) the CI failures. |
## [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))
🎉 This PR is included in version 4.7.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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