From d30f42a0ef2d342595a1d9295bc290b346d1af3f Mon Sep 17 00:00:00 2001 From: Dilan Date: Tue, 20 Jul 2021 21:43:24 -0400 Subject: [PATCH] Delegated cache with manual compiling --- example/package.json | 3 ++- .../xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ native-example/yarn.lock | 8 +++++++- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 native-example/ios/nativeexample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/example/package.json b/example/package.json index d143dee..2e2d4e7 100644 --- a/example/package.json +++ b/example/package.json @@ -4,7 +4,8 @@ "version": "0.0.0", "private": true, "scripts": { - "start": "node ../node_modules/react-scripts/bin/react-scripts.js start" + "start": "node ../node_modules/react-scripts/bin/react-scripts.js start", + "build": "node ../node_modules/react-scripts/bin/react-scripts.js build" }, "dependencies": { "@types/react-router-dom": "^5.1.6", diff --git a/native-example/ios/nativeexample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/native-example/ios/nativeexample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 0000000..18d9810 --- /dev/null +++ b/native-example/ios/nativeexample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/native-example/yarn.lock b/native-example/yarn.lock index 7137342..c0a91b3 100644 --- a/native-example/yarn.lock +++ b/native-example/yarn.lock @@ -2855,11 +2855,17 @@ "resolved" "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.2.tgz" "version" "0.1.2" +"easybase-cache@^1.0.1": + "integrity" "sha512-7OOtCPZTl4WV86f44BZ3NL6EFUuoJtX4bN5niXimcVH8mxx5ropjUhbszj03ikEaPrnBccHH9ZH1YUSo+QsxXA==" + "resolved" "https://registry.npmjs.org/easybase-cache/-/easybase-cache-1.0.1.tgz" + "version" "1.0.1" + "easybase-react@github:easybase/easybase-react#dev": - "resolved" "git+ssh://git@github.com/easybase/easybase-react.git#6ae7103025802de7ed5aeadde8ebc996c2b2779c" + "resolved" "git+ssh://git@github.com/easybase/easybase-react.git#a8bbd62edb315c5fa6f555e5d5b49facfe191fee" "version" "2.2.7" dependencies: "cross-fetch" "^3.1.4" + "easybase-cache" "^1.0.1" "easybasejs" "^4.2.19" "easyqb" "^1.0.20" "fast-deep-equal" "^3.1.3"