Home > Net >  TypeError: null is not an object (evaluating 'NativeClipboard_1.default.getString')
TypeError: null is not an object (evaluating 'NativeClipboard_1.default.getString')

Time:10-19

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 enter image description here

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

  • Related