John Meurer Jr.

Results 14 comments of John Meurer Jr.

Also looking for a solution here.

Finally got it working! My problem was that my SSH Key was password protected. Had to recreate it without a password.

The above "not an object file" errors follow a variety of these build warnings: ``` ~/Library/Android/sdk/ndk/22.1.7171670/toolchains/llvm/prebuilt/darwin-x86_64/bin/armv7a-linux-androideabi24-clang++ -o Release/obj.target/leveldb/deps/leveldb/leveldb-1.20/util/env_posix.o ../deps/leveldb/leveldb-1.20/util/env_posix.cc '-DNODE_GYP_MODULE_NAME=leveldb' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-D__STDC_FORMAT_MACROS' '-DOPENSSL_THREADS' '-DOPENSSL_NO_ASM'...

+1 this would be awesome

``` Unable to resolve module libp2p-gossipsub/src/heartbeat from /Users/.../node_modules/js-waku/build/main/lib/waku_relay/relay_heartbeat.js: libp2p-gossipsub/src/heartbeat could not be found within the project or in these directories: node_modules/js-waku/node_modules node_modules If you are sure the module exists, try...

React Native typically does not allow node modules. I'm not sure what would be needed to enable libp2p or other deps within React Native.

Now: `ERROR Error: Requiring module "node_modules/js-waku/build/main/index.js", which threw an exception: TypeError: Conversion from 'BigInt' to 'number' is not allowed. ` Same error we had with @noble/ed25519 library. We were not...

Shim in js-waku could be a good idea. I haven't tried this yet - we have a massive deadline in 1 month, so a bit distracted. Would love to launch...

> I am currently changing to rollup that supports the `browser` field in `package.json`. Will need to look up if it also support the `react-native` field. Incredible work, friends. 💪...

> > Incredible work, friends. muscle react-native field is supported in package.json. > > Supported by whom? Webpack support does not seem to be out of the box. It wouldn't...