Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Releases: matei-radu/react-native-in-app-browser

Release v1.2.0

10 Jan 16:24

Choose a tag to compare

Added

  • closeInAppInstance: programmatically close the in-app browser (works for iOS only).

Release v1.1.2

10 Jan 16:23

Choose a tag to compare

Changed

  • Relax Xcode project compatibility version to 8.0.

Release v1.1.1

10 Jan 16:23

Choose a tag to compare

Changed

  • Bump Kotlin to version 1.3.0.
  • Update other dependencies.

Release v1.1.0

10 Jan 16:22

Choose a tag to compare

Added

  • initialize: initialize the settings of the in-app browser so that each openInApp call won't need to specify them each time.

Changed

  • Minor refactoring.

Release v1.0.1

10 Jan 16:21

Choose a tag to compare

Changed

  • Test release necessary to evaluate the CircleCI integration and auto-publishing to NPM.

Initial Release

10 Jan 16:20

Choose a tag to compare

Added

  • openInApp: open a valid http(s) URL with an in-app browser.