After some rigorous testing and back and forth between the RN-tvos maintainer on github, we have come to the conclusion that for some reason, crucials parts of the dev tools required for React Native development (as documented here) has been disabled.
If you follow the Amazon Developer “Getting Started With React Native” instructions here and try on a PHYSICAL device, you will find that after running npx expo run:android -d <deviceName>
the app will attempt to launch but fail due to its inability to connect back to the localhost dev machine (using adb reverse…
) for normal React Native debugging.
The only way I have been able to get a React Native app running on my Fire TV Stick 4K is to build a ‘release’ APK file and then install the APK via adb install …
which is no good for developing/debugging.
Could an Amazon Developer or Engineer please confirm this with a physical device?
Thank you.
ps: The inability to share relevant links to documentation and important discussions on Github is not useful in this developers environment.