Open android Gallery App from react native app

风格不统一 提交于 2019-12-24 20:12:18

问题


My application requires opening an image, stored locally in the document directories using the android gallery app.Is this possible in react native using linking.


回答1:


So my requirement was to download an image on a button click an then open the same image using the android gallery , I achieved the same using 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, provided you have the content url rather than file url.



来源:https://stackoverflow.com/questions/47268439/open-android-gallery-app-from-react-native-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!