@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
}
@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