Closed aschrijver closed 7 years ago
I assume you mean node packages having native libraries, that require extra care to include. And not the native Java in react-native Gradle projects?
Yes you assumed correctly.
It would be nice if there was an example that e.g. included the native parts of sodium-native as a demonstration of how to bundle / use that in a project (besides compiling it). Apart from that an explanation or pointer to more compilation instruction would be great.
Yes that would be great.
PS I am looking into node-as-native-libray projects to avoid having to use termux. You can't offer that to end-users. But it is just needed for compilation purposes, not for installing app, right?
That's correct.
Thanks a bunch!
The README at the FAQ section has some text I do not fully understand:
I assume you mean node packages having native libraries, that require extra care to include. And not the native Java in react-native Gradle projects?
So not these kind of projects in the
settings.gradle
:It would be nice if there was an example that e.g. included the native parts of
sodium-native
as a demonstration of how to bundle / use that in a project (besides compiling it). Apart from that an explanation or pointer to more compilation instruction would be great.PS I am looking into node-as-native-libray projects to avoid having to use
termux
. You can't offer that to end-users. But it is just needed for compilation purposes, not for installing app, right?Thanks!