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
@ammarahm-ed If I have more than one library, which are created using this guide, then we have different JSIModulePackage for each library.
Example FirstLibJsiModulePackage, SecondLibJsiModulePackage, ThirdLibJsiModulePackage etc.
So my question is, Which JSIModulePackage should I use in MainApplication.Java
@Override
protected JSIModulePackage getJSIModulePackage() {
return new SimpleJsiModulePackage(); // <--------- Here
}
The text was updated successfully, but these errors were encountered:
@ammarahm-ed If I have more than one library, which are created using this guide, then we have different JSIModulePackage for each library.
Example FirstLibJsiModulePackage, SecondLibJsiModulePackage, ThirdLibJsiModulePackage etc.
So my question is, Which JSIModulePackage should I use in MainApplication.Java
The text was updated successfully, but these errors were encountered: