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

Support React Native 0.77 #600

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

WoLewicki
Copy link
Contributor

@WoLewicki WoLewicki commented Jan 17, 2025

Details

PR aligning library with RN 0.77

Related Issues

Commits from RN changing methods used by this library: facebook/react-native@08e8f6a, facebook/react-native@060c594#diff-e53011726a0eaf0dd8acab115a5e380e2b6d5e5e7504e1825bbce8418c1c91cb

Manual Tests

Linked PRs

@tomekzaw tomekzaw changed the title fix: make it work on 77 Support React Native 0.77 Jan 18, 2025
@@ -132,6 +134,13 @@ android {
} else {
java.srcDirs += ["src/oldarch"]
}

// TextLayoutManager
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is not very informative

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tomekzaw
Copy link
Collaborator

tomekzaw commented Jan 27, 2025

I'm getting the following error when trying to build a fresh RN 0.77.0 app for Android on Paper:

Screenshot 2025-01-27 at 12 10 48

@tomekzaw
Copy link
Collaborator

tomekzaw commented Jan 27, 2025

Incorrect component height on Android, 0.77.0, New Arch enabled

obraz

@j-piasecki said it's probably caused by incorrect order of commit hooks (Markdown & Reanimated).

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.

3 participants