-
Notifications
You must be signed in to change notification settings - Fork 95
fix: add support for react-native 0.67 #561
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
Conversation
Android build fails:
|
@tido64 react-native depends on 1.4.x, while RNTA on 1.5.x. The
|
@arazabishov Thanks, I'll make the appropriate changes. One question: Is removing
|
@tido64 nope, we need to keep it. That's just an unwanted bit of diff. |
0b2fb5e
to
f547bbf
Compare
ed9198d
to
92f9839
Compare
1fd101f
to
ef33a9d
Compare
ef33a9d
to
7049805
Compare
react-native 0.67.0-rc.4:
|
8073199
to
6daa975
Compare
6daa975
to
c637da7
Compare
c637da7
to
24470aa
Compare
"react-native": "^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66 || 1000.0.0", | ||
"react-native-macos": "^0.0.0-0 || ^0.60 || ^0.61 || ^0.62 || ^0.63 || ^0.64", | ||
"react-native-windows": "^0.0.0-0 || ^0.62 || ^0.63 || ^0.64 || ^0.65 || ^0.66" | ||
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.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.
TIL I learned you can use -
for a range 🤣
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.
The string was getting really long so I played around with https://semver.npmjs.com/ to see if there's anything I can do to fix it. Then I saw the boxes at the bottom…
Description
Add support for react-native 0.67
Discussion: reactwg/react-native-releases#1
Platforms affected
Test plan
npm run set-react-version 0.67
yarn