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

Commit acbe626

Browse files
authored
Merge pull request #10 from wordpress-mobile/chore/upgrade-to-react-native-0.66
Update to RN 0.66.2
2 parents 851dbc7 + 23518df commit acbe626

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"main": "src/js/Slider.js",
33
"name": "@react-native-community/slider",
4-
"version": "3.0.2-wp-1",
4+
"version": "3.0.2-wp-2",
55
"private": true,
66
"workspaces": ["src", "example"],
77
"scripts": {
-75.3 KB
Binary file not shown.
228 KB
Binary file not shown.

src/android/build.gradle

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

src/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-community/slider",
3-
"version": "3.0.2-wp-1",
3+
"version": "3.0.2-wp-2",
44
"license": "MIT",
55
"author": "react-native-community",
66
"homepage": "https://github.com/react-native-community/react-native-slider",

0 commit comments

Comments
 (0)