Closed n9lsjr closed 5 months ago
After further investigation it seems like this resolution
here is undefined. I will post any progress if I can make it work 👍
https://github.com/holepunchto/bare/blob/main/src/addon.js#L114
You most likely haven't linked the native addons. There's a PR here that adds autolinking to the Expo example: https://github.com/holepunchto/pear-expo-hello-world/pull/6
Ah I missed that one. Thanks king 👍 💯
Not sure if this is the correct repo but the trace seem to indicate Module class so here we go. I am trying to require Hyperswarm in to Bare running on expo-Android
but the app get stuck at this error.
Maybe I am doing something wrong? Do I need to prebuildify that Module somehow?