From e4f10d528da65ec8d712baaef85ef4646bb23496 Mon Sep 17 00:00:00 2001 From: haneulai Date: Wed, 9 Jul 2025 13:38:44 +0900 Subject: [PATCH] test --- android/.project | 11 +++++++++++ package.json | 20 ++++++++++---------- 2 files changed, 21 insertions(+), 10 deletions(-) diff --git a/android/.project b/android/.project index 85561d0b..812a284f 100644 --- a/android/.project +++ b/android/.project @@ -20,4 +20,15 @@ org.eclipse.jdt.core.javanature org.eclipse.buildship.core.gradleprojectnature + + + 1752035671280 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/package.json b/package.json index 79a5ed50..efea729c 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,12 @@ "_requested": { "type": "version", "registry": true, - "raw": "react-native-get-pixel@0.0.5", + "raw": "react-native-get-pixel@0.1.0", "name": "react-native-get-pixel", "escapedName": "react-native-get-pixel", - "rawSpec": "0.0.5", + "rawSpec": "0.1.0", "saveSpec": null, - "fetchSpec": "0.0.5" + "fetchSpec": "0.1.0" }, "_requiredBy": [ "/" @@ -34,7 +34,7 @@ "bugs": { "url": "https://github.com/bvic23/react-native-get-pixel/issues" }, - "description": "Returns the color from an image at a given coordinate.", + "description": "Extract pixel color from image at specified coordinates", "homepage": "https://github.com/bvic23/react-native-get-pixel#readme", "keywords": [ "react-native", @@ -43,20 +43,20 @@ "ios", "images", "image", - "image-resizer", - "scaling", - "scale", - "resize" + "pixel", + "color", + "extraction", + "coordinates" ], "license": "MIT", "name": "react-native-get-pixel", "nativePackage": true, "peerDependencies": { - "react-native": ">=v0.14.2" + "react-native": ">=0.60.0" }, "repository": { "type": "git", "url": "git+https://github.com/bvic23/react-native-get-pixel.git" }, - "version": "0.0.5" + "version": "0.1.0" }