-
Notifications
You must be signed in to change notification settings - Fork 7
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
how to build on Android and iOS #7
Comments
Hi @blueye , Here's an example of how it's done by Here's an example of how it's done by |
HI all, Do we have any solution for this? I am trying to establish offline db using pouch db in mobile. Android Error: Any help would be appreciated |
You need to build |
@jaimecbernardo |
Hi @Linoy339 , In this comment , it links to parts of the way the plugins compile native modules, by setting environment variables that are picked up by npm to call the right gyp, use the nodejs-mobile headers, set the right architectures... Here are those links again: |
@jaimecbernardo Is the behavior you referenced from I'm also having issues with
|
I use nodejs-mobile-react-native for my android project ,and ../nodejs-assets/BUILD_NATIVE_MODULES.txt has been set 1 ,but I still got this error!
|
I'm trying to build leveldown which can working with nodejs-mobile using nodejs-mobile-gyp.
I'm very confused with how to build on Android and iOS. There is no docs about it.
I have run following commands on ubuntu. As a result, it still built x86 arch which runs on linux.
Could you help me with how should I use the nodejs-mobile-gyp?
and
The text was updated successfully, but these errors were encountered: