Skip to content

Commit c6bbe01

Browse files
committed
fix: update example to use scoped package name
1 parent f2df95a commit c6bbe01

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

example/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build:ios": "react-native build-ios --mode Debug"
1111
},
1212
"dependencies": {
13+
"@flitzinteractive/react-native-nitro-html-pdf": "*",
1314
"react": "19.2.0",
1415
"react-native": "0.83.0",
1516
"react-native-nitro-modules": "^0.33.9"

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ __metadata:
18351835
languageName: node
18361836
linkType: hard
18371837

1838-
"@flitzinteractive/react-native-nitro-html-pdf@workspace:.":
1838+
"@flitzinteractive/react-native-nitro-html-pdf@npm:*, @flitzinteractive/react-native-nitro-html-pdf@workspace:.":
18391839
version: 0.0.0-use.local
18401840
resolution: "@flitzinteractive/react-native-nitro-html-pdf@workspace:."
18411841
dependencies:
@@ -10201,6 +10201,7 @@ __metadata:
1020110201
"@babel/core": "npm:^7.25.2"
1020210202
"@babel/preset-env": "npm:^7.25.3"
1020310203
"@babel/runtime": "npm:^7.25.0"
10204+
"@flitzinteractive/react-native-nitro-html-pdf": "npm:*"
1020410205
"@react-native-community/cli": "npm:20.0.0"
1020510206
"@react-native-community/cli-platform-android": "npm:20.0.0"
1020610207
"@react-native-community/cli-platform-ios": "npm:20.0.0"

0 commit comments

Comments
 (0)