Skip to content

Commit

Permalink
Merge pull request #10 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 851dbc7 + 23518df commit acbe626
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "src/js/Slider.js",
"name": "@react-native-community/slider",
"version": "3.0.2-wp-1",
"version": "3.0.2-wp-2",
"private": true,
"workspaces": ["src", "example"],
"scripts": {
Expand Down
Binary file removed react-native-community-slider-3.0.2-wp-1.tgz
Binary file not shown.
Binary file added react-native-community-slider-3.0.2-wp-2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
api "com.facebook.react:react-native:+"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/slider",
"version": "3.0.2-wp-1",
"version": "3.0.2-wp-2",
"license": "MIT",
"author": "react-native-community",
"homepage": "https://github.com/react-native-community/react-native-slider",
Expand Down

0 comments on commit acbe626

Please sign in to comment.