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

Issue with codegen on react-native 0.76 #16

Open
DCKT opened this issue Dec 16, 2024 · 2 comments
Open

Issue with codegen on react-native 0.76 #16

DCKT opened this issue Dec 16, 2024 · 2 comments

Comments

@DCKT
Copy link

DCKT commented Dec 16, 2024

Hello,

It looks like there is an issue with the codegen on the latest react-native version:

/node_modules/@react-native/codegen/lib/parsers/typescript/compo
nents/componentsUtils.js:410
      throw new Error(`Unknown prop type for "${name}": "${type}"`);

Error: Unknown prop type for "mapScheme": "MapScheme"

Any ideas about this ?
Thanks for the lib !

@ajakka
Copy link
Owner

ajakka commented Dec 16, 2024

This is likely due to React Native switching to New Architecture by default in v0.76, the library doesn't support it currently.

@Gurwinder-Espranza
Copy link

Will it support the new architecture in the future?

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

No branches or pull requests

3 participants