holepunchto / hyperswarm

A distributed networking stack for connecting peers.
https://docs.holepunch.to
MIT License
1.04k stars 84 forks source link

No native build was found, react native #57

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

Saul-BT commented 4 years ago

This issue is related to a confict between rn-nodeify and Expo. I'll try to do it without Expo, I will post the result here.