tradle / rn-nodeify

hack to allow react-native projects to use node core modules, and npm modules that use them
MIT License
618 stars 112 forks source link

No native build was found, react native #90

Closed Saul-BT closed 4 years ago

Saul-BT commented 4 years ago

Hello, I want to use hyperswarm in android (I know, that is weird). I have rn-nodeify to supply node modules, but when I run the app Expo says "no native build was found for platform=android arch=javascript runtime=node abi=undefined uv= libc=glibc".

screenshot

More details: Node version: v13.12.0 NPM version: 6.14.4 Expo version: 3.17.11 Hyperswarm version: 2.10.1

mvayngrib commented 4 years ago

rn-nodeify doesn't work with expo, u'll need to eject. Expo doesn't support adding arbitrary native modules

Saul-BT commented 4 years ago

rn-nodeify doesn't work with expo, u'll need to eject. Expo doesn't support adding arbitrary native modules

Thanks @mvayngrib, I'll try it.