Cesar Gutierrez
Cesar Gutierrez
You can add to it in Typescript adding this reference at the top your file: ``` import '../../../libraries/seriouslyjs/seriously.js'; declare var Seriously: any; ```
@riffnshred did you figure it out? I'm trying to accomplish the same than you
Sorry, I gave up and I just used regular wordpress -- Regards, Cesar On Mar 11, 2025 at 14:05 -0400, Geoff Taylor ***@***.***>, wrote: > > @utiq Any movement on...
@kisvegabor `LV_MEM_SIZE` was 128, I increased it a little more, no change. I also noticed that there is a `LV_DRAW_THREAD_STACK_SIZE`, I increased it to 128, no change
@uk94 exactly the same configuration and the same error here. How did you solve it?
@HolgerNetgrade I fixed it, actually it was an easy fix, it was not necessity to use any other fork. I just added "custom_live_log_socket_url": "https://mydomainname.com" (notice without the port) to the...
Had the same issue, this patch fixed the problem for me. RN 0.79.2 This issue should be re-opened ``` diff --git a/node_modules/react-native-webview/src/RNCWebViewNativeComponent.ts b/node_modules/react-native-webview/src/RNCWebViewNativeComponent.ts index be8ba08..88029e2 100644 --- a/node_modules/react-native-webview/src/RNCWebViewNativeComponent.ts +++ b/node_modules/react-native-webview/src/RNCWebViewNativeComponent.ts...