Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #16 from wordpress-mobile/chore/upgrade-to-react-n…
Browse files Browse the repository at this point in the history
…ative-0.66

Update to RN 0.66.2
  • Loading branch information
dcalhoun authored Nov 30, 2021
2 parents 99132c9 + 3789a93 commit eb166b4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
dependencies {
if (project == rootProject) {
// If this is the root project (e.g. Jitpack), specify a version
implementation 'com.facebook.react:react-native:0.64.0'
implementation 'com.facebook.react:react-native:0.66.2'
} else {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:${safeExtGet('reactnativeVersion', '+')}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "9.13.7-wp-1",
"version": "9.13.7-wp-2",
"name": "react-native-svg",
"description": "SVG library for react-native",
"homepage": "https://github.com/react-native-community/react-native-svg",
Expand Down
Binary file removed react-native-svg-9.13.7-wp-1.tgz
Binary file not shown.
Binary file added react-native-svg-9.13.7-wp-2.tgz
Binary file not shown.

0 comments on commit eb166b4

Please sign in to comment.