From aa7e09dc28a4200fe5c9fef3be453d2f2a30bd2f Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Wed, 25 Jun 2025 19:38:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICHTM3]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-reanimated-table=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E9=94=99=E8=AF=AF=EF=BC=8Creact-native-blob-?= =?UTF-8?q?util=E5=BA=93=E4=B8=AD=E7=A4=BA=E4=BE=8B=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E9=A3=98=E7=BA=A2=EF=BC=8C=E4=B8=AD=E8=8B=B1=E6=96=87=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-blob-util.md | 21 +++---------------- ...-util\357\274\210nocodegen\357\274\211.md" | 18 ---------------- en/react-native-reanimated-table.md | 2 +- zh-cn/react-native-blob-util.md | 18 ---------------- ...-util\357\274\210nocodegen\357\274\211.md" | 18 ---------------- zh-cn/react-native-reanimated-table.md | 2 +- 6 files changed, 5 insertions(+), 74 deletions(-) diff --git a/en/react-native-blob-util.md b/en/react-native-blob-util.md index 9e5a3ec3..b99fb287 100644 --- a/en/react-native-blob-util.md +++ b/en/react-native-blob-util.md @@ -71,14 +71,6 @@ export default function BlobUtilDemo() { await ReactNativeBlobUtil.fs.ls(ReactNativeBlobUtil.fs.dirs.CacheDir); }; - const createFileASCII = async () => { - await ReactNativeBlobUtil.fs.createFile( - result + "/text.txt", - [102, 111, 111], - "ascii" - ); - }; - const unlink = () => { ReactNativeBlobUtil.fs.unlink(result + "/text.txt"); }; @@ -257,16 +249,6 @@ export default function BlobUtilDemo() { BlobUtilTurboModule.ls() - - - BlobUtilTurboModule.createFileASCII() - - - BlobUtilTurboModule.writeFileArray() @@ -434,6 +416,9 @@ Open the `harmony` directory of the HarmonyOS project in DevEco Studio. Currently, two methods are available: +1. Use the HAR file (this method will be deprecated once the IDE supports the relevant functionality and is preferred currently). +2. Directly link to the source code. + Method 1 (recommended): Use the HAR file. > [!TIP] The HAR file is stored in the `harmony` directory in the installation path of the third-party library. diff --git "a/en/react-native-blob-util\357\274\210nocodegen\357\274\211.md" "b/en/react-native-blob-util\357\274\210nocodegen\357\274\211.md" index 43bfd7d5..6bc8807a 100644 --- "a/en/react-native-blob-util\357\274\210nocodegen\357\274\211.md" +++ "b/en/react-native-blob-util\357\274\210nocodegen\357\274\211.md" @@ -70,14 +70,6 @@ export default function BlobUtilDemo() { await ReactNativeBlobUtil.fs.ls(ReactNativeBlobUtil.fs.dirs.CacheDir); }; - const createFileASCII = async () => { - await ReactNativeBlobUtil.fs.createFile( - result + "/text.txt", - [102, 111, 111], - "ascii" - ); - }; - const unlink = () => { ReactNativeBlobUtil.fs.unlink(result + "/text.txt"); }; @@ -257,16 +249,6 @@ export default function BlobUtilDemo() { BlobUtilTurboModule.ls() - - - BlobUtilTurboModule.createFileASCII() - - - BlobUtilTurboModule.writeFileArray() diff --git a/en/react-native-reanimated-table.md b/en/react-native-reanimated-table.md index 7a3bb7a1..132114c1 100644 --- a/en/react-native-reanimated-table.md +++ b/en/react-native-reanimated-table.md @@ -31,7 +31,7 @@ npm install react-native-reanimated-table@0.0.2 #### yarn ```bash -yarn add react-native-reanimated-table@^0.0.2 +yarn add react-native-reanimated-table@0.0.2 ``` diff --git a/zh-cn/react-native-blob-util.md b/zh-cn/react-native-blob-util.md index e04439e7..d2a0b19b 100644 --- a/zh-cn/react-native-blob-util.md +++ b/zh-cn/react-native-blob-util.md @@ -69,14 +69,6 @@ export default function BlobUtilDemo() { await ReactNativeBlobUtil.fs.ls(ReactNativeBlobUtil.fs.dirs.CacheDir); }; - const createFileASCII = async () => { - await ReactNativeBlobUtil.fs.createFile( - result + "/text.txt", - [102, 111, 111], - "ascii" - ); - }; - const unlink = () => { ReactNativeBlobUtil.fs.unlink(result + "/text.txt"); }; @@ -255,16 +247,6 @@ export default function BlobUtilDemo() { BlobUtilTurboModule.ls() - - - BlobUtilTurboModule.createFileASCII() - - - BlobUtilTurboModule.writeFileArray() diff --git "a/zh-cn/react-native-blob-util\357\274\210nocodegen\357\274\211.md" "b/zh-cn/react-native-blob-util\357\274\210nocodegen\357\274\211.md" index e4baced0..4c22db97 100644 --- "a/zh-cn/react-native-blob-util\357\274\210nocodegen\357\274\211.md" +++ "b/zh-cn/react-native-blob-util\357\274\210nocodegen\357\274\211.md" @@ -70,14 +70,6 @@ export default function BlobUtilDemo() { await ReactNativeBlobUtil.fs.ls(ReactNativeBlobUtil.fs.dirs.CacheDir); }; - const createFileASCII = async () => { - await ReactNativeBlobUtil.fs.createFile( - result + "/text.txt", - [102, 111, 111], - "ascii" - ); - }; - const unlink = () => { ReactNativeBlobUtil.fs.unlink(result + "/text.txt"); }; @@ -256,16 +248,6 @@ export default function BlobUtilDemo() { BlobUtilTurboModule.ls() - - - BlobUtilTurboModule.createFileASCII() - - - BlobUtilTurboModule.writeFileArray() diff --git a/zh-cn/react-native-reanimated-table.md b/zh-cn/react-native-reanimated-table.md index 992a7062..fdad8be8 100644 --- a/zh-cn/react-native-reanimated-table.md +++ b/zh-cn/react-native-reanimated-table.md @@ -31,7 +31,7 @@ npm install react-native-reanimated-table@0.0.2 #### yarn ```bash -yarn add react-native-reanimated-table@^0.0.2 +yarn add react-native-reanimated-table@0.0.2 ``` -- Gitee