Uh oh!
There was an error while loading. Please reload this page.
fix: add support for react-native 0.67 - #561
Conversation
Tommy Nguyen (tido64)
commented
Oct 19, 2021
Android build fails: |
Tommy Nguyen (@tido64) react-native depends on 1.4.x, while RNTA on 1.5.x. The |
Tommy Nguyen (tido64)
commented
Oct 20, 2021
Araz Abishov (@arazabishov) Thanks, I'll make the appropriate changes. One question: Is removing |
Tommy Nguyen (@tido64) nope, we need to keep it. That's just an unwanted bit of diff. |
0b2fb5e to
f547bbfCompareed9198d to
92f9839Compare1fd101f to
ef33a9dCompareef33a9d to
7049805Comparereact-native 0.67.0-rc.4:
|
8073199 to
6daa975Compare6daa975 to
c637da7Comparec637da7 to
24470aaCompare| "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.
TIL I learned you can use - for a range 🤣
There was a problem hiding this comment.
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.67yarn