Create Titanium modules in Javascript with Hyperloop #12663
Unanswered
EtnaTraining
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Today I made some tests and if I include hyperloop code into the the
If I add the native requires into the thank you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Java library (.aar) that I need to wrap in a Titanium modules. I have already experiment with it via Hyperloop and it works fine. However I want to hide the implementation details and expose with a simpler API to be used in other Titanium projects. Moreover I would like to avoid to give the source code of the module for a possibile customer.
Could I pack the hyperloop code as a Common.js module?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions