Home > Mobile >  app crashing after installing @react-native-community/clipboard
app crashing after installing @react-native-community/clipboard

Time:12-31

I am trying to use @twotalltotems/react-native-otp-input module, so I install @react-native-community/clipboard package but after installing it app crashed at launch time.

CodePudding user response:

Try https://www.npmjs.com/package/react-native-otp-verify It is pretty straightforward and has zero dependencies

CodePudding user response:

I cleaned the project and run, it works fine

  • Related