react-native-inappbrowser-reborn
Advanced tools
Comparing version 3.3.3 to 3.3.4
@@ -25,2 +25,7 @@ # Changelog | ||
## [3.3.4] - 2020-01-07 | ||
### Fixed | ||
- Disable swipe to dismiss gesture for modal by [@frankyjuang](https://github.com/frankyjuang) ([#134](https://github.com/proyecto26/react-native-inappbrowser/pull/134)). | ||
## [3.3.3] - 2019-11-25 | ||
@@ -144,3 +149,4 @@ | ||
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...HEAD | ||
[Unreleased]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.4...HEAD | ||
[3.3.4]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.3...v3.3.4 | ||
[3.3.3]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.2...v3.3.3 | ||
@@ -147,0 +153,0 @@ [3.3.2]: https://github.com/proyecto26/react-native-inappbrowser/compare/v3.3.1...v3.3.2 |
{ | ||
"name": "react-native-inappbrowser-reborn", | ||
"version": "3.3.3", | ||
"version": "3.3.4", | ||
"description": "InAppBrowser for React Native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -213,3 +213,4 @@ <p align="center"> | ||
Define your app scheme and replace `my-scheme` and `my-host` with your info. | ||
In order to redirect back to your application from a web browser, you must specify a unique URI to your app. To do this, | ||
define your app scheme and replace `my-scheme` and `my-host` with your info. | ||
@@ -216,0 +217,0 @@ - Enable deep linking (Android) - **[AndroidManifest.xml](https://github.com/proyecto26/react-native-inappbrowser/blob/master/example/android/app/src/main/AndroidManifest.xml#L23)** |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80819
468