Skip to content

Commit 96558c0

Browse files
committed
Workaround for installing local package
pack the library using `npm pack` in the root directory.
1 parent e7292e5 commit 96558c0

File tree

2 files changed

+9694
-7055
lines changed

2 files changed

+9694
-7055
lines changed

sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "18.3.1",
1414
"react-native": "0.76.9",
15-
"react-native-mparticle": "file:../"
15+
"react-native-mparticle": "file:../react-native-mparticle-2.7.13.tgz"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)