Open mapirpg opened 4 months ago
Hi! π
Firstly, thanks for your work on this project! π
Today I used patch-package to patch react-native-otp-inputs@7.4.0 for the project I'm working on.
react-native-otp-inputs@7.4.0
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-otp-inputs/src/index.tsx b/node_modules/react-native-otp-inputs/src/index.tsx index 7fd9e45..83183bc 100644 --- a/node_modules/react-native-otp-inputs/src/index.tsx +++ b/node_modules/react-native-otp-inputs/src/index.tsx @@ -1,4 +1,4 @@ -import Clipboard from '@react-native-clipboard/clipboard'; +import Clipboard from '@react-native-community/clipboard'; import React, { forwardRef, RefObject,
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-otp-inputs@7.4.0
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.