react-native-builder-bob icon indicating copy to clipboard operation
react-native-builder-bob copied to clipboard

feat: option to add nitro views

Open Juozas-Petkelis opened this issue 9 months ago • 3 comments

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 Nitro view selection
  • 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
Example App
iOS Screenshot Android Screenshot
iOS Screenshot Android Screenshot

Juozas-Petkelis avatar Mar 28 '25 14:03 Juozas-Petkelis

Hey @Juozas-Petkelis , remember to add the template to the CI matrix https://github.com/callstack/react-native-builder-bob/blob/c9af25bf214b96a001382a61014b7e22e90cad2d/.github/workflows/build-templates.yml#L51

satya164 avatar Mar 29 '25 17:03 satya164

Super nice!

mrousavy avatar Jun 05 '25 15:06 mrousavy

Bumped Nitro Modules version to the latest 0.26.2 .

Juozas-Petkelis avatar Jun 25 '25 17:06 Juozas-Petkelis