-
Notifications
You must be signed in to change notification settings - Fork 148
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
public class ClipboardModule extends NativeClipboardModuleSpec #238
Comments
same error |
It seems to me #237 broke build on android? react-native 0.73.4, new arch enabled Changing type in ClipboardModule.java fixed it for me before:
after:
|
为何一直不更新库 ,每次编译都报错,需要手动更改 |
here's a patch patch-package for everyone who wants it, do it instead of changing it whenever you do
|
this issue is come from "@react-native/codegen" version 0.74.85 we can fix like this in package.json
or force resolutions
|
Facing the same issue with RN 0.74.4 and new architecture enabled. Any non-hacky solutions other than patching? |
After
npx react-native run-android
, I get :package.json
The text was updated successfully, but these errors were encountered: