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
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.test.rn.communication.CommModule.nativeCallRn(java.lang.String)' on a null object reference
The text was updated successfully, but these errors were encountered:
native调取rn,application.getReactPackage没问题,但是再往下获取module就报空了。检查了一下。似乎并没有漏掉地方。。。
application
mainactivity
module
package
bug
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.test.rn.communication.CommModule.nativeCallRn(java.lang.String)' on a null object reference
The text was updated successfully, but these errors were encountered: