Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

chore: update RN from v0.61 to v0.62 #702

Merged
merged 6 commits into from
Jun 18, 2021
Merged

chore: update RN from v0.61 to v0.62 #702

merged 6 commits into from
Jun 18, 2021

Conversation

patogallaiovlabs
Copy link
Collaborator

@patogallaiovlabs patogallaiovlabs commented Jun 16, 2021

Description

From previous steps 0.59->0.61 (#690 / #698), this step goes from 0.61 to 0.62.
Changelog of 0.62: https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0620
We followed this guide:

How Has This Been Tested?

Doing some basics interactions, txs send, etc.

Types of changes

  • fix: bug fixes, e.g. fix Button color on DarkTheme.
  • feat: new features, e.g. add Snackbar component.
  • refactor: code refactor, e.g. new folder structure for components.
  • docs: changes into documentation, e.g. add usage example for Button.
  • test: adding or updating tests, eg unit, snapshot testing.
  • chore: tooling changes, e.g. change circleci config.
  • BREAKING CHANGE: for changes that break existing usage, e.g. change API of a component.

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • Tests for the changes have been added (for bug fixes / features)

NPM Audit

  • Before this PR:
    • found 238 vulnerabilities (25 low, 154 moderate, 59 high) in 2197 scanned packages
  • After this PR:
    • found 194 vulnerabilities (16 low, 119 moderate, 59 high) in 1947 scanned packages

@patogallaiovlabs patogallaiovlabs added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jun 16, 2021
@patogallaiovlabs patogallaiovlabs added this to the v2.0.0 milestone Jun 16, 2021
@patogallaiovlabs patogallaiovlabs self-assigned this Jun 16, 2021
@patogallaiovlabs patogallaiovlabs marked this pull request as ready for review June 17, 2021 18:58
Copy link
Contributor

@martinmedina martinmedina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!

@@ -23,10 +23,10 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|uiMode"
android:launchMode="singleTask"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

Base automatically changed from rn_v0.61 to master June 18, 2021 21:39
@patogallaiovlabs patogallaiovlabs merged commit af3b3d0 into master Jun 18, 2021
@patogallaiovlabs patogallaiovlabs deleted the rn_v0.62 branch June 18, 2021 22:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants