No native build was found, react native
Saul-BT opened this issue · 2 comments
Saul-BT commented
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
".
More details:
Node version: v13.12.0
NPM version: 6.14.4
Expo version: 3.17.11
Hyperswarm version: 2.10.1
mvayngrib commented
rn-nodeify doesn't work with expo, u'll need to eject. Expo doesn't support adding arbitrary native modules
Saul-BT commented
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.