Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If my project contains more than one JSI libraries, Which JSIModulePackage should I use in MainApplication.Java #20

Open
djintalkalan opened this issue Sep 8, 2023 · 0 comments

Comments

@djintalkalan
Copy link

djintalkalan commented Sep 8, 2023

@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
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant