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

Added event for url redirect #104

Open lingoer opened 5 years ago

lingoer commented 5 years ago

Support for URL redirect using iOS 11 API

lingoer commented 5 years ago

Note this PR requires bump up lowest iOS version to 11

koenpunt commented 5 years ago

Can you add some availability macro, to not break compatibility with older versions of iOS?

koenpunt commented 5 years ago

Also, apologies for the late reply

jdnichollsc commented 5 years ago

guys, I have a question, the onRedirectToURL of iOS is only executed when the browser is initialized, isn't it?