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

[v3] Build error on RN 0.77 #514

Open
akuul opened this issue Jan 21, 2025 · 1 comment · Fixed by #515
Open

[v3] Build error on RN 0.77 #514

akuul opened this issue Jan 21, 2025 · 1 comment · Fixed by #515
Labels
Milestone

Comments

@akuul
Copy link

akuul commented Jan 21, 2025

Description

Hello,

with the release of React Native 0.77, RCTRuntimeExecutorModule was completely removed. This makes builds running on React Native 0.77.0 fail due to RCTRuntimeExecutorModule usage in UnistylesModuleOnLoad header file.

Deprecation commit for 0.75 reference:
facebook/react-native@7ea84bd

Removal commit for 0.77 reference:
facebook/react-native@cf8d09b

Steps to Reproduce

Update to React Native 0.77

Snack or Repository Link (Optional)

No response

Unistyles Version

3.0.0-beta.5

React Native Version

0.77.0

Platforms

Android, iOS

Expo

No

@jpudysz jpudysz added this to the 3.0.0-beta.6 milestone Jan 22, 2025
@jpudysz jpudysz reopened this Jan 22, 2025
@jpudysz
Copy link
Owner

jpudysz commented Jan 22, 2025

Released on nightly channel.
I will keep it open until beta.6 release.

To install it:

yarn add react-native-unistyles@nightly

or use specific version:

3.0.0-nightly-20250122

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

Successfully merging a pull request may close this issue.

2 participants