-
Notifications
You must be signed in to change notification settings - Fork 216
feat: option to add nitro views #805
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
Conversation
Hey @Juozas-Petkelis , remember to add the template to the CI matrix
|
0b45375
to
7799977
Compare
Super nice! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Juozas-Petkelis
Sorry for the delay in the review. Would you be able to fix the conflicts with main?
packages/create-react-native-library/src/exampleApp/generateExampleApp.ts
Outdated
Show resolved
Hide resolved
packages/create-react-native-library/templates/common/CONTRIBUTING.md
Outdated
Show resolved
Hide resolved
packages/create-react-native-library/templates/common/CONTRIBUTING.md
Outdated
Show resolved
Hide resolved
7ebea03
to
d7c355f
Compare
Bumped Nitro Modules version to the latest 0.26.2 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
Summary
Introduces the option to add a Nitro View Component when scaffolding a new library with
create-react-native-library
.Nitro View selection during setup
Updated the fallback Nitro Modules version to
0.26.2
Test plan
bin/create-react-native-library
yarn nitro-codegen
and build example app for both platformsExample App