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(android): support RN 0.77 #3749

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

efstathiosntonas
Copy link

@efstathiosntonas efstathiosntonas commented Jan 23, 2025

Description

adds support for [email protected] on Android, iOS builds fine.

LayoutShadowNode was introduced on [email protected]

Checklist

  • I've read CONTRIBUTING.md
  • I updated the doc/other generated code with running yarn generate in the root folder
  • [] I have tested the new feature on /example app.
    • In V11 mode/ios
    • In New Architecture mode/ios
    • In V11 mode/android
    • In New Architecture mode/android
  • I added/updated a sample - if a new feature was implemented (/example)

@efstathiosntonas
Copy link
Author

efstathiosntonas commented Jan 23, 2025

@mfazekas since ReadableArray is now optional: https://reactnative.dev/blog/2025/01/21/version-0.77#android several changes needs to take place. How we should proceed from here?

On package.json the minimum version "react-native": ">=0.59.9", is this still possible 🤔 ? What is the minimum react-native version supported? Asking because LayoutShadowNode was introduced on [email protected] and it's a requirement on 0.77.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant