Skip to content

10.8.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:03
· 25 commits to main since this release
fc4f0e8

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