tttstudios / react-native-otp-input

Tiny Javascript library which provides an elegant UI for user to input one time passcode.
MIT License
542 stars 243 forks source link

import OTPInputView from '@twotalltotems/react-native-otp-input' Error #190

Open surajheadsup opened 2 years ago

surajheadsup commented 2 years ago

import OTPInputView from '@twotalltotems/react-native-otp-input'

giving an Error

this should be

import OTPInputView from 'react-native-otp-input'