gpt4 book ai didi

javascript - 如何列出 Assets 文件夹中的文件 react-native

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:14:11 25 4
gpt4 key购买 nike

我在 android/app/src/main/assets/ 中创建了一个包含一些子文件夹的文件夹。我重新编译了该应用程序,并试图获取我放入其中的文件夹/文件的列表。但是,每当我运行以下命令之一(来自 react-native-fetch-blob )

RNFetchBlob.fs.ls(RNFetchBlob.wrap(RNFetchBlob.fs.asset('subfolder/')))

RNFetchBlob.fs.ls("bundle-assets://")

RNFetchBlob.fs.ls(RNFetchBlob.fs.asset('subfolder/'))

我明白了

Error: ls error: failed to list path RNFetchBlob-file://bundle-assets://subfolder/ for it is not exist or it is not a folder at http://localhost:8081/index.android.b...

至少 assets 文件夹应该存在?如何访问 Assets 中的文件?有没有办法在没有 react-native-fetch-blob 的情况下通过简单地传递一个 Path 来做到这一点?

最佳答案

react-native-fs 包从外观上看具有这种能力。没用过希望 react-native-fetch-blob 支持它,但他们的文档中没有任何内容。

https://github.com/itinance/react-native-fs#readdirassetsdirpath-string-promisereaddiritem

关于javascript - 如何列出 Assets 文件夹中的文件 react-native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47390852/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com