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
java.lang.IllegalStateException: Native module RCTJShareModule tried to override JShareModule. Check the getPackages() method in MainApplication.java, it might be that module is being created twice. If this was your intention, set canOverrideExistingModule=true. This error may also be present if the package is present only once in getPackages() but is also automatically added later during build time by autolinking. Try removing the existing entry and rebuild.
xxx/android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:126: 错误: 无法将类 JSharePackage中的构造器 JSharePackage应用到给定类型;
new JSharePackage(),
^
需要: boolean,boolean
找到: 没有参数
原因: 实际参数列表和形式参数列表长度不同
The text was updated successfully, but these errors were encountered: