Home > Software design >  Attempt to invoke virtual method 'boolean abi44_0_0...FabricViewStateManager.hasStateWrapper()&
Attempt to invoke virtual method 'boolean abi44_0_0...FabricViewStateManager.hasStateWrapper()&

Time:05-08

Attempt to invoke virtual method 'boolean abi44_0_0com.facebook.react.uimanager.FabricViewStateManager.hasStateWrapper()' on a null object reference

This was an error occurred when I was trying to compile my code in Android Device, After adding <TextInput style={styles.input} placeholder={"Write a Task"}>

The expo Go version in my android device is 2.24.1. My device was Oneplus 6T with version 11.1.2.2

CodePudding user response:

Actually It was an issue from expo go latest update(2.24.1). And I downloaded a previous version apk(2.23.2).That solved me the issue.

CodePudding user response:

I just had the same error trying to use the Input of react native elements

  • Related