mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 20:20:21 +01:00
14 lines
649 B
Diff
14 lines
649 B
Diff
diff --git a/node_modules/react-native/scripts/packager.sh b/node_modules/react-native/scripts/packager.sh
|
|
index 00d6ebc..6846832 100755
|
|
--- a/node_modules/react-native/scripts/packager.sh
|
|
+++ b/node_modules/react-native/scripts/packager.sh
|
|
@@ -8,7 +8,7 @@
|
|
THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)
|
|
REACT_NATIVE_ROOT="$THIS_DIR/.."
|
|
# Application root directory - General use case: react-native is a dependency
|
|
-PROJECT_ROOT=${PROJECT_ROOT:-"$THIS_DIR/../../.."}
|
|
+PROJECT_ROOT=${PROJECT_ROOT:-"$THIS_DIR/../../../native"}
|
|
|
|
# check and assign NODE_BINARY env
|
|
# shellcheck disable=SC1090
|