lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
418 stars 159 forks source link

Add a new API "openFilePicker" #95

Closed 1uokun closed 5 years ago

1uokun commented 5 years ago

Introduction

Opens Android own file selector to get the selected file and callback path from Uri

How to use

see the detail in README.md

openFilePicker

Core code

Use by Android Intent.createChooser()

lucasferreira commented 5 years ago

Hi @1uokun

It's seems dope! Thanks for all ;)