JaneaSystems / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://code.janeasystems.com/nodejs-mobile
Other
2.58k stars 182 forks source link

Native Module building on react-native #305

Open IbrahimCanKALYA opened 3 years ago

IbrahimCanKALYA commented 3 years ago

📗 API Reference Docs Problem

Location

Section of the site where the content exists

Affected URL(s):

Description

I'am trying to metascraper lib on react-native via nodejs-mobile. I configured BUILD_NATIVE_MODULES.txt according to docs.

But when i'm trying import metascraper, throws this error:

$PROJECT_ROOT/nodejs-project/node_modules/re2/build/Release/re2.node, 1): no suitable image found.
Did find: $PROJECT_ROOT/nodejs-project/node_modules/re2/build/Release/re2.node: mach-o, but wrong architecture

Concise explanation of the problem


frankyfdr commented 3 years ago

did you do npm install inside nodejs-project? can you share your console erro log?