This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Releases: matei-radu/react-native-in-app-browser
Releases · matei-radu/react-native-in-app-browser
Release v1.2.0
Added
closeInAppInstance
: programmatically close the in-app browser (works for iOS only).
Release v1.1.2
Changed
- Relax Xcode project compatibility version to
8.0
.
Release v1.1.1
Changed
- Bump Kotlin to version
1.3.0
. - Update other dependencies.
Release v1.1.0
Added
initialize
: initialize the settings of the in-app browser so that eachopenInApp
call won't need to specify them each time.
Changed
- Minor refactoring.
Release v1.0.1
Changed
- Test release necessary to evaluate the CircleCI integration and auto-publishing to NPM.
Initial Release
Added
openInApp
: open a valid http(s) URL with an in-app browser.