Skip to content

After upgrading react native version to 0.74.1, Throwing "TypeError: Cannot read property 'getString' of null" #230

@nitinelegant

Description

@nitinelegant

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:

  1. upgrade react native from version 0.72.12 to 0.74.1.
  2. yarn install or npm install
  3. yarn run android or npm run android
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions