-
Hello Dev Team, is turbo module support being planned for this SDK? We've updated to latest and seems it does not have any support at this point.
-
Hi @cortinico
I’m currently facing a challenge with my React Native project where I’ve successfully integrated a single TurboModule, and it's working well. For this module, I created a correspon…
-
Hi @barthap . Thank you very mutch for sharing your discoverys.
I'm trying to contribute with a project that you mention in your repo (react-native-quick-sqlite), implementing some async operations, …
-
### Describe the bug
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevMenu' could not be found. Verify that a module by this name is registered in the native binary.Bridgeless mode: fa…
-
## Summary:
* Tried to create a module following the `feat/back-turbomodule-070` branch
* My module was called `RNTfLitening` so I replaced all examples of `Calculator` with `TfLitening`
* The RN …
-
Now that @savv has written a TurboModules implementation of the native LevelDB bindings (https://github.com/greentriangle/react-native-leveldb), this library should become a thin `abstract-leveldown` …
-
### Description
During development each application's fast refresh or reloading app through Metro directly results in exception. Everything seems to work fine except that. Dismissing is possible and …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
Configured project on a React Native App (not expo). Working well processing payments.
D…
-
### Describe the bug
I'm migrating from **_repack_** to _**repack with rspack.**_
Here is the babel-load rule when using with webpack.
```
{
test: /\.[cm]?[jt]sx?$/,
include: [
…
-
### Description
I'm building a cross platform app, after adding the lib and implementing the features it works perfectly on mobile but when running the web version this error is thrown:
X [ERROR…