Skip to content

Commit

Permalink
Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Sep 16, 2024
1 parent 425ed7a commit 476daa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions patches/react-native-haptic-feedback+2.3.1.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.h b/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.h
index c1498b9..1a3afb7 100644
index c1498b9..250df1f 100644
--- a/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.h
+++ b/node_modules/react-native-haptic-feedback/ios/RNHapticFeedback/RNHapticFeedback.h
@@ -1,5 +1,5 @@
Expand Down Expand Up @@ -31,10 +31,10 @@ index 6f0f81d..0000000
-
-@end
diff --git a/node_modules/react-native-haptic-feedback/package.json b/node_modules/react-native-haptic-feedback/package.json
index 86dfaa4..b6d4d97 100644
index 86dfaa4..9cec8e4 100644
--- a/node_modules/react-native-haptic-feedback/package.json
+++ b/node_modules/react-native-haptic-feedback/package.json
@@ -6,18 +6,6 @@
@@ -6,18 +6,7 @@
"source": "src/index.ts",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
Expand All @@ -50,6 +50,7 @@ index 86dfaa4..b6d4d97 100644
- }
- }
- },
+ "types": "./lib/typescript/module/src/index.d.ts",
"scripts": {
"typecheck": "tsc --noEmit --project tsconfig.test.json",
"test": "jest",

0 comments on commit 476daa9

Please sign in to comment.