Tyler Forsythe
Tyler Forsythe
Ouch!! I just spent 2 hours tracking down this issue.
> Hi, > I just compiled the Blink example in VS2019 community, copied over Blink.exe and RaspberrySharp.dll to the Pi 4b and tried to run it. > Unfortunately it just...
I am running into this exact same error message. It works fine running on an Android or iOS device but not in the Windows target (`run-windows`). In fact, I found...
I've solved this in my project. Background: here's the react-native-fs PR that's supposed to fix this issue (I did not write it!) https://github.com/itinance/react-native-fs/pull/952 I don't know why it hasn't been...
My understanding is that yes: protecting just those calls would enable SSR. I'd do it myself but don't know the first thing about developing/testing a node module.
That'd be excellent; thank you so much! Looking forward to trying it out.
For future searchers, the answer is to copy the RNRectangleScanner.podspec file from `/node_modules/react-native-rectangle-scanner/ios` up one directory to `/node_modules/react-native-rectangle-scanner/`. Then edit it so that it looks something like below. Note that...