Daniel
Daniel
> a generic implementation would just show type, length (redundant really in JSON results) and a hex-encoded binary value. Would that still be acceptable? I think that would be fine....
Hi @cortinico, thanks for the quick reply. Let me double check with other versions of React Native. I'll also give it a try on a second machine. Will report back.
I just tried the same thing with React Native 0.70.5 (which I know worked on my machine before) and everything just worked: ``` npx [email protected] init RNTestApp0705 --version="0.70.5" cd RNTestApp0705...
> @cnixbtc yes please try to build with Java 11 and report back. I'm not aware of any incompatibilities between Java 17 and React Native 0.72, but this could be...