You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have upgraded react native from version 0.72.12 to 0.74.1 after that it is throwing the below error runtime error TypeError: Cannot read property 'getString' of null
version installed @twotalltotems/react-native-otp-input": "^1.3.11"
To Reproduce
Steps to reproduce the behavior:
upgrade react native from version 0.72.12 to 0.74.1.
yarn install or npm install
yarn run android or npm run android
After the build is ready once you navigate to the component who is using this package
import OTPInputView from '@twotalltotems/react-native-otp-input';
will throw the same error