Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit e8ac7f2

Browse files
authored
Merge pull request #6 from wordpress-mobile/chore/upgrade-to-react-native-0.66
Update to RN 0.66.2
2 parents 1e8662d + 22b84a2 commit e8ac7f2

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
dependencies {
3333
if (project == rootProject) {
3434
// If this is the root project (e.g. Jitpack), specify a version
35-
implementation 'com.facebook.react:react-native:0.64.0'
35+
implementation 'com.facebook.react:react-native:0.66.2'
3636
} else {
3737
//noinspection GradleDynamicVersion
3838
api "com.facebook.react:react-native:+"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated",
3-
"version": "1.9.0-wp-1",
3+
"version": "1.9.0-wp-2",
44
"description": "More powerful alternative to Animated library for React Native.",
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
-74.9 KB
Binary file not shown.
74.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)