You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Fixed a New Architecture Codegen build failure on React Native 0.84+ (#446): Codegen could no longer resolve the No-Codes TurboModule spec's onNoCodeEvent payload type, aborting pod install on iOS and the Codegen task on Android with UnsupportedGenericParserError: Unrecognized generic type 'QNoCodeAction'. This broke every New Architecture app on RN 0.84+, whether or not it uses No-Codes
The spec is now self-contained; no runtime behavior or public API changes