James Robinson
James Robinson
doesn't work for me
Seconded.
Also seeing this!
This issue is not fixed yet. It occurs in my deployments seemingly randomly. On Fri, Jan 26, 2024 at 07:39 Roxcode ***@***.***> wrote: > @habovh i'm having the same error...
This is also happening for me. My remote theme changes (in the production store) are being overwritten completely by my local files whenever I run "shopify theme dev"
Commenting out the following line in `RuntimeUtils.java` fixes the issue: `ReactContextHolder.getContext().getNativeModule(UIManagerModule.class).onBatchComplete();` Not sure what the long term solution is. ``` package com.wix.reactnativeuilib.keyboardinput.utils; import com.facebook.react.uimanager.UIManagerModule; import com.wix.reactnativeuilib.keyboardinput.ReactContextHolder; public class RuntimeUtils {...
The fix I suggested earlier works great. No problem using with 0.77 On Sat, Feb 15, 2025 at 16:06 mihaibulic2 ***@***.***> wrote: > *As was already said — this library...