Release notes
*Sourced from [react-native's releases](https://github.com/facebook/react-native/releases).*
> ## v0.61.4
> This release fixes a few minor issues that were reported by the community. You can view the complete changelog [here](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#0614).
>
> You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/151).
>
> ---
>
> To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️
>
> ---
>
> You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`.
>
> ## v0.61.3
> This release fixes few minor issues that were reported by the community. You can view the complete changelog [here](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#0613).
>
> You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/150).
>
> ---
>
> To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️
>
> ---
>
> You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`.
>
> ## v0.61.2
> This release fixes [shadow issues](https://github-redirect.dependabot.com/facebook/react-native/issues/26544) that were happening on Android as well as improves `StatusBar` API to better support iOS 13 dark mode.
>
> Unfortunately, it re-introduces an issue with [ripple effect not respecting `borderRadius`](https://github-redirect.dependabot.com/facebook/react-native/issues/6480). Consider using the workaround provided in the linked issue while we are working on a better solution.
>
> You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/148).
>
> ---
>
> To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️
>
> ---
>
> You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`.
>
> ## v0.61.1
> This release fixes issues with `react-native-gesture-handler`.
>
> You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/146).
>
> ---
>
> To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️
>
> ... (truncated)
Changelog
*Sourced from [react-native's changelog](https://github.com/facebook/react-native/blob/master/Releases.md).*
> # Releases Guide
>
> This document serves as guide for release coordinators. You can find a list of releases and their release notes at https://github.com/facebook/react-native/releases
>
> ## Release schedule
>
> React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable.
>
>
> | Version | RC release | Stable release |
> | ------- | ------------------- | ---------------- |
> | 0.38.0 | week of November 7 | November 21 |
> | 0.39.0 | week of November 21 | December 2 |
> | 0.40.0 | 1st of December | 1st of January |
> | 0.41.0 | 1st of January | 1st of February |
> | 0.42.0 | 1st of February | 1st of March |
> | ... | ... | ... |
> | 0.56.0 | 1st of June | 1st of July |
> | 0.57.0 | 1st of July | 1st of August |
> | 0.58.0 | 1st of August | 1st of September |
> | ... | ... | ... |
>
> -------------------
>
> ## How to cut a new release branch
>
> ### Prerequisites
>
> The following are required for the local test suite to run:
>
> - macOS with [Android dev environment set up](https://github.com/facebook/react-native/blob/master/ReactAndroid/README.md)
> - [react-native-cli](https://www.npmjs.com/package/react-native-cli) installed globally (v0.2.0 or newer)
>
> ### Step 1: Check everything works
>
> Before cutting a release branch, make sure [Circle](https://circleci.com/gh/facebook/react-native) CI system is green.
>
> Before executing the following script, make sure you have:
>
> - An Android emulator / Genymotion device running
> - No packager running in any of the projects
>
> ```bash
> ./scripts/test-manual-e2e.sh
> ```
>
> This script bundles a react-native package locally and passes it to the `react-native` cli that creates a test project inside `/tmp` folder using that version.
>
> After `npm install` completes, the script prints a set of manual checks you have to do to ensure the release you are preparing is working as expected on both platforms.
>
> ... (truncated)
Commits
- [`95a5101`](https://github.com/facebook/react-native/commit/95a510180a7f67176666978168f19c1c0f92f3cd) [0.61.4] Bump version numbers
- [`f7d9d5f`](https://github.com/facebook/react-native/commit/f7d9d5f07e117cd0053a6dcd383ab9c77722e1c0) Merge branch '0.61-stable' of github.com:facebook/react-native into 0.61-stable
- [`d7c9173`](https://github.com/facebook/react-native/commit/d7c9173b07171164bcadf73855454e90e07b31be) Reverts "Timing: Fixes timer when app get into background ([#24649](https://github-redirect.dependabot.com/facebook/react-native/issues/24649))" ([#27065](https://github-redirect.dependabot.com/facebook/react-native/issues/27065))
- [`5e702a1`](https://github.com/facebook/react-native/commit/5e702a1da3330620624bc86d3741341cdfce29d8) Don't wrap console methods for metro logging in Chrome debugger ([#26883](https://github-redirect.dependabot.com/facebook/react-native/issues/26883))
- [`bd12ca1`](https://github.com/facebook/react-native/commit/bd12ca12d729d783dfc157ea933d983c89455505) fix build with hermes on windows ([#26556](https://github-redirect.dependabot.com/facebook/react-native/issues/26556))
- [`b85dffa`](https://github.com/facebook/react-native/commit/b85dffa87c66823c35f66ccd7232d96222b33c9b) Bump react to 16.9.0 ([#27060](https://github-redirect.dependabot.com/facebook/react-native/issues/27060))
- [`35001d2`](https://github.com/facebook/react-native/commit/35001d2c77cc5082990a60fb72b03bf430b106a0) [0.61.3] Bump version numbers
- [`18cfb31`](https://github.com/facebook/react-native/commit/18cfb3162cb2e6d218fbcd7f051219557a0d02b0) Revert "Improve Flow Type for ScrollResponder"
- [`43593c7`](https://github.com/facebook/react-native/commit/43593c7c0e5f33e6f28df987f7ad646b149d57c0) Revert "Migrate scrollResponderScrollNativeHandleToKeyboard function to take ...
- [`6f98e77`](https://github.com/facebook/react-native/commit/6f98e77ed4008e4c34ceb813c114b853ffb3877e) Revert "Fix exception in scrollResponderScrollNativeHandleToKeyboard when ref...
- Additional commits viewable in [compare view](https://github.com/facebook/react-native/compare/v0.57.8...v0.61.4)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps react-native from 0.57.8 to 0.61.4.
Release notes
*Sourced from [react-native's releases](https://github.com/facebook/react-native/releases).* > ## v0.61.4 > This release fixes a few minor issues that were reported by the community. You can view the complete changelog [here](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#0614). > > You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/151). > > --- > > To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️ > > --- > > You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. > > ## v0.61.3 > This release fixes few minor issues that were reported by the community. You can view the complete changelog [here](https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#0613). > > You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/150). > > --- > > To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️ > > --- > > You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. > > ## v0.61.2 > This release fixes [shadow issues](https://github-redirect.dependabot.com/facebook/react-native/issues/26544) that were happening on Android as well as improves `StatusBar` API to better support iOS 13 dark mode. > > Unfortunately, it re-introduces an issue with [ripple effect not respecting `borderRadius`](https://github-redirect.dependabot.com/facebook/react-native/issues/6480). Consider using the workaround provided in the linked issue while we are working on a better solution. > > You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/148). > > --- > > To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️ > > --- > > You can find the whole [changelog history](https://github.com/react-native-community/react-native-releases/blob/master/CHANGELOG.md) over at `react-native-releases`. > > ## v0.61.1 > This release fixes issues with `react-native-gesture-handler`. > > You can participate in the conversation for the next patch release in the dedicated [issue](https://github-redirect.dependabot.com/react-native-community/releases/issues/146). > > --- > > To help you upgrade to this version, you can use the new [upgrade helper webtool](https://react-native-community.github.io/upgrade-helper/) ⚛️ > > ... (truncated)Changelog
*Sourced from [react-native's changelog](https://github.com/facebook/react-native/blob/master/Releases.md).* > # Releases Guide > > This document serves as guide for release coordinators. You can find a list of releases and their release notes at https://github.com/facebook/react-native/releases > > ## Release schedule > > React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable. > > > | Version | RC release | Stable release | > | ------- | ------------------- | ---------------- | > | 0.38.0 | week of November 7 | November 21 | > | 0.39.0 | week of November 21 | December 2 | > | 0.40.0 | 1st of December | 1st of January | > | 0.41.0 | 1st of January | 1st of February | > | 0.42.0 | 1st of February | 1st of March | > | ... | ... | ... | > | 0.56.0 | 1st of June | 1st of July | > | 0.57.0 | 1st of July | 1st of August | > | 0.58.0 | 1st of August | 1st of September | > | ... | ... | ... | > > ------------------- > > ## How to cut a new release branch > > ### Prerequisites > > The following are required for the local test suite to run: > > - macOS with [Android dev environment set up](https://github.com/facebook/react-native/blob/master/ReactAndroid/README.md) > - [react-native-cli](https://www.npmjs.com/package/react-native-cli) installed globally (v0.2.0 or newer) > > ### Step 1: Check everything works > > Before cutting a release branch, make sure [Circle](https://circleci.com/gh/facebook/react-native) CI system is green. > > Before executing the following script, make sure you have: > > - An Android emulator / Genymotion device running > - No packager running in any of the projects > > ```bash > ./scripts/test-manual-e2e.sh > ``` > > This script bundles a react-native package locally and passes it to the `react-native` cli that creates a test project inside `/tmp` folder using that version. > > After `npm install` completes, the script prints a set of manual checks you have to do to ensure the release you are preparing is working as expected on both platforms. > > ... (truncated)Commits
- [`95a5101`](https://github.com/facebook/react-native/commit/95a510180a7f67176666978168f19c1c0f92f3cd) [0.61.4] Bump version numbers - [`f7d9d5f`](https://github.com/facebook/react-native/commit/f7d9d5f07e117cd0053a6dcd383ab9c77722e1c0) Merge branch '0.61-stable' of github.com:facebook/react-native into 0.61-stable - [`d7c9173`](https://github.com/facebook/react-native/commit/d7c9173b07171164bcadf73855454e90e07b31be) Reverts "Timing: Fixes timer when app get into background ([#24649](https://github-redirect.dependabot.com/facebook/react-native/issues/24649))" ([#27065](https://github-redirect.dependabot.com/facebook/react-native/issues/27065)) - [`5e702a1`](https://github.com/facebook/react-native/commit/5e702a1da3330620624bc86d3741341cdfce29d8) Don't wrap console methods for metro logging in Chrome debugger ([#26883](https://github-redirect.dependabot.com/facebook/react-native/issues/26883)) - [`bd12ca1`](https://github.com/facebook/react-native/commit/bd12ca12d729d783dfc157ea933d983c89455505) fix build with hermes on windows ([#26556](https://github-redirect.dependabot.com/facebook/react-native/issues/26556)) - [`b85dffa`](https://github.com/facebook/react-native/commit/b85dffa87c66823c35f66ccd7232d96222b33c9b) Bump react to 16.9.0 ([#27060](https://github-redirect.dependabot.com/facebook/react-native/issues/27060)) - [`35001d2`](https://github.com/facebook/react-native/commit/35001d2c77cc5082990a60fb72b03bf430b106a0) [0.61.3] Bump version numbers - [`18cfb31`](https://github.com/facebook/react-native/commit/18cfb3162cb2e6d218fbcd7f051219557a0d02b0) Revert "Improve Flow Type for ScrollResponder" - [`43593c7`](https://github.com/facebook/react-native/commit/43593c7c0e5f33e6f28df987f7ad646b149d57c0) Revert "Migrate scrollResponderScrollNativeHandleToKeyboard function to take ... - [`6f98e77`](https://github.com/facebook/react-native/commit/6f98e77ed4008e4c34ceb813c114b853ffb3877e) Revert "Fix exception in scrollResponderScrollNativeHandleToKeyboard when ref... - Additional commits viewable in [compare view](https://github.com/facebook/react-native/compare/v0.57.8...v0.61.4)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)