naoufal / react-native-safari-view

A React Native wrapper for Safari View Controller.
https://www.npmjs.com/package/react-native-safari-view
494 stars 110 forks source link

Fixing For Android as its giving error on isAvailable() #29

Closed MohitSharma closed 8 years ago

MohitSharma commented 8 years ago

In case of android we need to return false from isAvailabe(). Otherwise its giving error as that method doesn't exists. If we return false we can handle android case with some alternative for now

naoufal commented 8 years ago

Thanks for the PR @MohitSharma 😄