-
Notifications
You must be signed in to change notification settings - Fork 7
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
create-react-native-library: Failed generate the codegen file #138
Comments
This is interesting because in https://github.com/unomed-dev/react-native-matrix-sdk/blob/main/yarn.lock#L10774 (which was generated with Could you maybe double check your |
This may be related to callstack/react-native-builder-bob#662 , reported earlier today. |
Oh, great find! Unfortunately, running into regressions when integrating the various tools in the RN ecosystem is a somewhat common annoyance in my experience. 😞 Maybe we could try to pin the RN version in the guide? |
FYI: callstack/react-native-builder-bob#665 The fix is to add |
This appears to be fixed; thank you @atlj . |
Out of context: This project looks pretty interesting. If you have any other problems with CRNL or builder bob, please feel free to ping me. |
Sure thing! Thank you for everything you do! |
first time setting up a react native build on this machine following the getting started guide and ran into this error
Was able to get past it by adding
"@react-native-community/cli": "latest",
to mydevDependencies
in the project. We may want to either call this out as a dependency to install globally or include it in thedevDependencies
in the template.The text was updated successfully, but these errors were encountered: