Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-switch-selector@2.3.0 for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-switch-selector/package.json b/node_modules/react-native-switch-selector/package.json
index 20f887c..ac8edfe 100644
--- a/node_modules/react-native-switch-selector/package.json
+++ b/node_modules/react-native-switch-selector/package.json
@@ -3,6 +3,7 @@
"version": "2.3.0",
"description": "Switch Selector to React Native.",
"main": "index.js",
+ "types": "./types/index.d.ts",
"scripts": {
"lint": "./node_modules/.bin/eslint index.js index.d.ts",
"test": "echo \"Error: no test specified\" && exit 1"
This issue body was partially generated by patch-package.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-switch-selector@2.3.0for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.