Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This plugin is not working in the Expo project (TypeError: Cannot read properties of undefined (reading 'getString') #175

Open
sohanpc opened this issue Apr 25, 2022 · 7 comments

Comments

@sohanpc
Copy link

sohanpc commented Apr 25, 2022

This plugin is not working in the Expo project
TypeError: Cannot read properties of undefined (reading 'getString').

@AnatuGreen
Copy link

Same issue.

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

@Sikandarkhan
Copy link

temporary work around is

  1. "@twotalltotems/react-native-otp-input": "1.3.7",
  2. npm install --save @react-native-community/clipboard

@phucngoZigvy
Copy link

phucngoZigvy commented May 30, 2022

@Sikandarkhan's workaround works, just downgrade the package version to 1.3.7

@Rananjaya
Copy link

I have same error - TypeError: Cannot read property 'getString' of null

@baltagih2
Copy link

Getting the same error on "@twotalltotems/react-native-otp-input": "^1.3.11",

@rizwanatta
Copy link

just for people who are still struggling

try with this
"@react-native-community/clipboard": "^1.5.1",
"@twotalltotems/react-native-otp-input": "1.3.7",

i was able to make it work on expo 49+

@saneeshmaheshwari-kiwi
Copy link

not working in expo web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants