Skip to content

Commit 4874017

Browse files
committed
feat: add newline with nitro
1 parent 0751382 commit 4874017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/create-react-native-library/templates/common/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ The [example app](/example/) demonstrates usage of the library. You need to run
2323

2424
It is configured to use the local version of the library, so any changes you make to the library's source code will be reflected in the example app. Changes to the library's JavaScript code will be reflected in the example app without a rebuild, but native code changes will require a rebuild of the example app.
2525
<% if (project.nitro) { -%>
26+
2627
This project uses [Nitro Modules](https://nitro.margelo.com/). If you're not familiar with how Nitro works, make sure to check the [Nitro Modules Docs](https://nitro.margelo.com/).
2728
<% } -%>
2829

0 commit comments

Comments
 (0)