In the video I’ve followed along with my own fork of the Repo mentioned in the video. If you guys want to check it out here is my fork GitHub - AirTechWick/theta-j-demo-start-erik: Dark Background . I added Sleep Delay Off and Sleep delay On that sleeps in 1 minute on my fork.
the onChangeResponseWindow(data) is a React Hook. the parameter passed to the hook is a string. You can add a string to another string with a plus sign. In Erik’s example, "Set Image Successful!\n\n" + data, everything before the plus sign is a string that is added above the response from the fetch call.
I’m attempting to build an apk now to run on a physical device Android tablet.