You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary * Introduces the option to add a [Nitro View Component](https://nitro.margelo.com/docs/view-components) when scaffolding a new library with `create-react-native-library`. <details> <summary>Nitro View selection during setup</summary> <img src="https://github.com/user-attachments/assets/c9fc0a79-b499-4404-9d9a-cd0b7e15d8e4" alt="Nitro view selection" height="200"> </details> * Updated the fallback Nitro Modules version to `0.26.2 ` ### Test plan 1. clone branch 2. create new library with `bin/create-react-native-library` 3. generate nitrogen `yarn nitro-codegen` and build example app for both platforms <details> <summary>Example App</summary> | iOS Screenshot | Android Screenshot | |---|---| | <img src="https://github.com/user-attachments/assets/ad59d220-c7aa-444a-a42b-5b643b8a48aa" alt="iOS Screenshot" width="300"> | <img src="https://github.com/user-attachments/assets/3d824e20-8e04-47d2-886d-171decc9f569" alt="Android Screenshot" width="300"> | </details> <!-- List the steps with which we can test this change. Provide screenshots if this changes anything visual. --> --------- Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
This project uses Nitro Modules. If you're not familiar with how Nitro works, make sure to check the [Nitro Modules Docs](https://nitro.margelo.com/).
24
24
25
25
You need to run [Nitrogen](https://nitro.margelo.com/docs/nitrogen) to generate the boilerplate code required for this project. The example app will not build without this step.
0 commit comments