-
-
Notifications
You must be signed in to change notification settings - Fork 237
Release 3.6.0 #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release 3.6.0 #277
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Alert component for example code block
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com>
…s the cancel button
#186 openAuth crashed when going to be closed and then press the cancel button
Flow are complaining about the exact types, this small PR should fix this issue ``` Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ node_modules/react-native-inappbrowser-reborn/types.js:65:35 Flow cannot determine a type for InAppBrowserOptions [1]. InAppBrowseriOSOptions [2] is inexact, so it may contain toolbarColor with a type that conflicts with toolbarColor's definition in InAppBrowserAndroidOptions [3]. Can you make InAppBrowseriOSOptions [2] exact?. 62│ showInRecents?: boolean, 63│ }; 64│ [1] 65│ export type InAppBrowserOptions = { [3] 66│ ...InAppBrowserAndroidOptions, [2] 67│ ...InAppBrowseriOSOptions 68│ }; 69│ 70│ export type AuthSessionResult = RedirectResult | BrowserResult; 71│ ```
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.22 to 0.7.28. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](faisalman/ua-parser-js@0.7.22...0.7.28) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.20...4.17.21) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Fix invalid scheme with iOS 14.5
Add try catch block to Safari View Controller logic
…typed fix(flow) - Make InAppBrowserOptions exact typed
…rser-js-0.7.28 Bump ua-parser-js from 0.7.22 to 0.7.28
…h-4.17.21 Bump lodash from 4.17.20 to 4.17.21
…4.0.1 Bump y18n from 4.0.0 to 4.0.1
…parent-5.1.2 Bump glob-parent from 5.1.1 to 5.1.2
@Pernett98 Hey mate, are you Ok with this new release? <3 |
Pernett98
approved these changes
Jun 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
navigationBarColor
andnavigationBarDividerColor
options by @jdnichollsc.Safari View Controller
logic by @Opstrup (#216).Fixed
openAuth
crashed when going to be closed and then press the cancel button by @hikouki (#250).Alert
component for example code block by @orcuntuna (#209).