-
The documentation is quite outdated in terms of using fabric with android, there is this issue here: https://github.com/Nozbe/WatermelonDB/issues/1386 however it is also outdated and react native 0.71…
-
There are two RPM patches that exist for this that you might want to take a look at.
https://github.com/Mihara/RasterPropMonitor/blob/master/GameData/JSI/RPMPodPatches/PatchesMod/orbital-orb-patch.…
-
CMakeList.txt:
```
cmake_minimum_required(VERSION 3.12.0)
project(react-native-audio-api)
set(CMAKE_VERBOSE_MAKEFILE ON)
set(CMAKE_CXX_STANDARD 20)
# Detect the operating system
if(APPLE)…
-
Currently image capture works like this:
> `->` means bridge call
* JS -> Native: `takePhoto` invocation
* Native takes photo
* Native writes photo (`UIImage`/`Bitmap`) to a file (**🐢 slow!**)…
-
We have a large project using a lot of JSI C++ code. We've previously used Hermes and it all worked fine. To make interoperability between our node code and react native better we'd like to switch to …
-
This bug was found while writing the Camera Native Module.
For example: Method TakePicture() below:
REACT_METHOD(takePicture)
void takePicture(
std::map&& option…
ddalp updated
1 month ago
-
For my use case I would like the JSI function call to be asynchronous. I would still like to use the JSI for returning data since there will be a lot of data returned and I don't want to pay serializa…
-
Current behavior
Does not build in android and ios for new arch.
Works well in old arch
Android Error:
Expected behavior CMake Error at CMakeLists.txt:52 (target_link_libraries):
Targe…
-
Jsi zodpovědný a řídíš výtvoření dokumentace zdrojových kódu aplikace, takže bych tě poprosil, aby jsi určil nebo alespoň navrhl, jakým způsobem bude dokumentace prováděna. Myslím, že nejlepší a už js…
-
Install report on Dreamhost.com.
I have _jsi_ symlinked to _jsish_ binary.
~~~
[thomas-lynch-jr] $ uname -a
Linux thomas-lynch-jr 4.14.117-grsec-grsec+ #1 SMP Sat May 11 00:40:24 UTC 2019 x86_6…