Last updated on 26 Mar. 2025 From the initial part of the tutorials that I have browsed so far, one of the challenges involved in running a React Native app on Android outside of Expo, is having to upload the app to Google Play Store which involves a one-time fee or US $25, IIRC, and has a review process, OR sideloading a .apk file on the Android mobile, which has its risks. I don't want to take such a risk with my mobile phone (Samsung Android). What are the risks of sideloaded Android applications?, https://www.samsungknox.com/en/blog/what-are-the-risks-of-sideloaded-android-applications , April 2020. It seems there are some other options for creating apps to run on Android mobile. I have yet to study the links below but they seem to be promising. Referencing local files from HTML in Android, https://stackoverflow.com/questions/77234850/referencing-local-files-from-html-in-android Learn PWA, https://web.dev/learn/pwa . ======== 15 Feb. 2025 Update: I now have a: Very Simp...