I want to use @twotalltotems/react-native-otp-input
in my expo
project. I have go through with the documentation of @twotalltotems/react-native-otp-input
But I'm getting this error. I have tried the solution from
CodePudding user response:
Try this
1: install yarn add @twotalltotems/[email protected]
2: install yarn add @react-native-community/clipboard
3: Run expo start -c
to clear the cache