Skip to content

Conversation

@tido64
Copy link
Member

@tido64 tido64 commented May 3, 2022

Description

Declare support for react-native 0.69.

Discussion: reactwg/react-native-releases#21

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

  • Android
    • Fabric off
    • Fabric ON
  • iOS
    • Fabric off / Hermes off
    • Fabric off / Hermes ON
    • Fabric ON / Hermes off
    • Fabric ON / Hermes ON
  • Windows
    • NuGet off
    • NuGet ON

@github-actions github-actions bot added the platform: Android This affects Android label May 3, 2022
@tido64 tido64 linked an issue May 3, 2022 that may be closed by this pull request
13 tasks
@tido64 tido64 force-pushed the tido/bump-react-native branch from 3a705a1 to 057a9a9 Compare May 12, 2022 13:22
@tido64 tido64 force-pushed the tido/bump-react-native branch from 057a9a9 to 3fc607f Compare May 20, 2022 20:46
@tido64 tido64 force-pushed the tido/bump-react-native branch from 3fc607f to aaaa791 Compare May 24, 2022 12:12
@tido64 tido64 marked this pull request as ready for review June 13, 2022 12:52
@tido64 tido64 requested a review from kelset June 13, 2022 12:52
Copy link
Contributor

@kelset kelset left a comment

Choose a reason for hiding this comment

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

Looks good, added a nit suggestion but feel free to proceed if you want 👍

"peerDependencies": {
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
"react-native": "^0.0.0-0 || 0.62 - 0.68 || 1000.0.0",
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0",
"react": "~16.11.0 || ~16.13.0 || ~17.0.0 || ~18.0.0",

nit: since we use ~ we should just be able to use the .0 for the patch version, it will account for them all

Copy link
Member Author

Choose a reason for hiding this comment

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

In general, we shouldn't deviate from what react-native requires. By allowing the version number to go higher, we're basically allowing some leeway in case of emergencies. I don't think we should allow users to downgrade.

Copy link
Contributor

@kelset kelset Jun 13, 2022

Choose a reason for hiding this comment

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

yeah that makes sense, in that case we can go

Suggested change
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0",
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~18.0.0",

"mustache": "^4.0.0",
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2",
"react-native": "^0.0.0-0 || 0.62 - 0.68 || 1000.0.0",
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"react": "~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0",
"react": "~16.11.0 || ~16.13.0 || ~17.0.0 || ~18.0.0",

(same as above)

peerDependencies:
react: ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2
react-native: ^0.0.0-0 || 0.62 - 0.68 || 1000.0.0
react: ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
react: ~16.11.0 || ~16.13.1 || ~17.0.1 || ~17.0.2 || ~18.0.0
react: ~16.11.0 || ~16.13.0 || ~17.0.0 || ~18.0.0

@tido64 tido64 merged commit 9145b17 into trunk Jun 13, 2022
@tido64 tido64 deleted the tido/bump-react-native branch June 13, 2022 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: Android This affects Android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for react-native 0.69

3 participants