Skip to content
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

fix: support for react-native 0.65 #443

Merged
merged 1 commit into from
Aug 16, 2021
Merged

fix: support for react-native 0.65 #443

merged 1 commit into from
Aug 16, 2021

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Aug 10, 2021

Description

Adds support for react-native 0.65.

Platforms affected

  • Android
  • iOS
  • macOS
  • Windows

Test plan

yarn set-react-version 0.65
cd example
rm ios/Podfile.lock  # not really necessary, just a precaution
yarn
pod install --project-directory=ios
yarn ios
Home App App with Hermes
MicrosoftTeams-image (1) MicrosoftTeams-image (2) MicrosoftTeams-image (3)

scripts/set-react-version.js Show resolved Hide resolved
example/react-native.config.js Outdated Show resolved Hide resolved
@github-actions github-actions bot added the platform: iOS This affects iOS label Aug 10, 2021
@tido64 tido64 force-pushed the tido/rn-65 branch 4 times, most recently from 01b4bdf to f3a9327 Compare August 13, 2021 08:33
@github-actions github-actions bot added the platform: Android This affects Android label Aug 13, 2021
@tido64 tido64 marked this pull request as ready for review August 16, 2021 09:49
@tido64 tido64 requested a review from kelset August 16, 2021 09:49
example/App.js Show resolved Hide resolved
@tido64 tido64 merged commit a9b5260 into trunk Aug 16, 2021
@tido64 tido64 deleted the tido/rn-65 branch August 16, 2021 10:13
@github-actions
Copy link

🎉 This PR is included in version 0.7.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android platform: iOS This affects iOS released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants