Skip to content

Commit

Permalink
fix: Add react-native-nitro-modules peerDependency to template
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Nov 20, 2024
1 parent 7a32224 commit 12276b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"react-native-nitro-modules": "*"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 12276b8

Please sign in to comment.