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 #3278

Merged
merged 4 commits into from
Dec 13, 2024
Merged

Support React Native 0.77 #3278

merged 4 commits into from
Dec 13, 2024

Conversation

jakex7
Copy link
Member

@jakex7 jakex7 commented Dec 10, 2024

Description

Test plan

App with React Native 0.77 (like #3277) should compile and work as expected.

@jakex7 jakex7 requested a review from j-piasecki December 10, 2024 14:37
@j-piasecki j-piasecki linked an issue Dec 12, 2024 that may be closed by this pull request
@j-piasecki j-piasecki merged commit 7826f50 into main Dec 13, 2024
4 checks passed
@j-piasecki j-piasecki deleted the @jakex7/supportFor77 branch December 13, 2024 15:02
j-piasecki added a commit that referenced this pull request Dec 20, 2024
…3301)

## Description


#3278
and
#3277
added support for RN 0.77 where the result of generated java files has
changed but those weren't updated in the PRs. This should've been caught
by the CI but the `package.json` files weren't listed as paths that
would trigger it. This seems wrong, as I would imagine we would like the
CI to run when changing dependencies, especially React Native.

## Test plan

Build the example app (0.75 old arch) and Fabric example app (0.77, both
old and new arch)
m-bert added a commit that referenced this pull request Jan 10, 2025
## Description

#3278 introduced support for React Native 0.77. However, it didn't include newly added directories into package, which resulted in Gesture Handler not being built on Android.

## Test plan

Generate Gesture Handler package and add it to newly created app.
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.

Gesture Handler won't compile with React Native 0.77
2 participants