Skip to content

fix: support older react-native codegen parsers#44

Open
shubh73 wants to merge 1 commit into
AppAndFlow:mainfrom
shubh73:fix/codegen-compat
Open

fix: support older react-native codegen parsers#44
shubh73 wants to merge 1 commit into
AppAndFlow:mainfrom
shubh73:fix/codegen-compat

Conversation

@shubh73
Copy link
Copy Markdown

@shubh73 shubh73 commented May 17, 2026

Summary

Fixes codegen failing on older react-native versions like 0.76/0.79.

CodegenTypes.* from root react-native only works on newer versions of rn. Older codegen parsers expect direct imports which is also what most react-native libs with broad version support use.

also removes react-native-strict-api from tsconfig so the repo can typecheck that compat import.

Test Plan

Ran the required repo checks and codex verified the spec parses successfully across the supported react native codegen versions.

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.

1 participant