From 090a5e1ba16038404c51876896125921a049d48d Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 14 Apr 2022 03:27:38 -0400 Subject: [PATCH] version bump 0.18.6 --- modify/package.json | 2 +- native.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modify/package.json b/modify/package.json index c25d145..dde42e3 100644 --- a/modify/package.json +++ b/modify/package.json @@ -8,7 +8,7 @@ "react-dom": "^17.0.2", "react-scripts": "4.0.3", "typescript": "^4.1.2", - "xlsx": "^0.18.3" + "xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz" }, "scripts": { "start": "react-scripts start", diff --git a/native.sh b/native.sh index d9e4cb4..6c415ef 100755 --- a/native.sh +++ b/native.sh @@ -5,7 +5,7 @@ if [ ! -e SheetJS ]; then react-native init SheetJS --version="0.67.2"; fi # Install dependencies -cd SheetJS; npm i -S xlsx react-native-table-component; cd - +cd SheetJS; npm i -S https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz react-native-table-component; cd - cd SheetJS; npm i -S react-native-file-access@2.x; cd - # cd SheetJS; npm i -S react-native-fs; cd -