-
Hi,
Would it be possible to also add a react native module wrapper for this code, so shell commands can be called from there?
-
Thanks for the nice project.
I have downloaded the code of the package and tried to include a native module (keytar) as a dependency.
I have added `node_modules` with freshly built **keytar** to…
-
### Issue
I'm using version 3.0.0 of the library and on Android the `create` method is returning the response as a string instead of an object. On iOS it's working fine.
### Build environment
-…
-
### Minimal reproducible example
https://github.com/ikryvorotenko/expo52-blur
### What platform(s) does this occur on?
iOS
### Where did you reproduce the issue?
in a development build, in Expo G…
-
### 描述 / Description
Cannot find module '@rnoh/react-native-openharmony/generated/ts' or its corresponding type declarations
### 复现步骤 / Steps to reproduce
按文档步骤集成后,编译报错
### 库版本 / Library version
…
-
Curious.
Is there currently a way to build and consume native node modules with spidernode?
I tried building a "hello world" module using the node-gyp found inside ``deps/deps/npm/node_modules/nod…
-
## Issue
After building dev build for Android or iOS the app starts i get the error:
```
1 | import { firebase } from '..';
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2 |
3 | /**
4 | * @type…
-
_Originally reported on Discord: [`Running `bun --hot server.ts` with leveldb thro...`](https://discord.com/channels/876711213126520882/1152658523801518090/1152658525173067876)_
-
Hi,
For the current version in development (main branch commit https://github.com/fastplotlib/fastplotlib/commit/f0f80c6a4deabb0941154584c854f2004b0cc316), when I run a script just simple as below…
-
With Typescript or native ESM, the module doesn't import correctly:
```ts
import advisoryLock from "advisory-lock"
const mutex = advisoryLock("postgres://user:pass@localhost:3475/dbname")(
"…