Skip to content

liuchungui/react-native-android-intent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#react-native-android-intent Like android-intents, this is a react-native library that helps you call thirdparty apps to do generic work instead of you.

#Install

npm install react-native-android-intent --save
rnpm link

#Usage

    Intent.open(filePath, isOpen => {
      if(isOpen) {
        console.log("Can open");
      }
      else {
        console.log("can't open");
      }
    });

About

Intent fro android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages