从 React Native 应用程序打开 android Gallery 应用程序

Open android Gallery App from react native app

我的应用程序需要打开一个图像,该图像使用 android 画廊 app.Is 在本地存储在文档目录中 app.Is 这可能在使用链接的 React Native 中实现。

所以我的要求是点击按钮下载图片,然后使用 android 图库打开相同的图片,我使用 react-native-fetch-blob which facilitates both downloading a file and opening it with the corresponding apps. P.S: you could also open the gallery using linking 实现了同样的效果,前提是你有内容 url 而不是文件 url.