We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 !
The text was updated successfully, but these errors were encountered:
This is likely due to React Native switching to New Architecture by default in v0.76, the library doesn't support it currently.
Sorry, something went wrong.
Will it support the new architecture in the future?
No branches or pull requests
Hello,
It looks like there is an issue with the codegen on the latest react-native version:
Any ideas about this ?
Thanks for the lib !
The text was updated successfully, but these errors were encountered: