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
I am using RN 59.10 IOS work fine but android crash. Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantsState.newDrawable(android.content.res.Resources)' on a null object reference.
Any idea?
In MainApplication.java I added it as: new KeyboardInputPackage(this.getApplication())
because (this) didn't work.
The text was updated successfully, but these errors were encountered:
I am using RN 59.10 IOS work fine but android crash.
Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantsState.newDrawable(android.content.res.Resources)' on a null object reference.
Any idea?
In MainApplication.java I added it as:
new KeyboardInputPackage(this.getApplication())
because
(this)
didn't work.The text was updated successfully, but these errors were encountered: