Expo React Native framework - one of the fastest ways in 2024 to create a “real” mobile cross-platform app (Web + Android + IOS).
Why the best?
1. It takes just under 5 minutes to setup the whole development process and run the app on a real device.
2. Apple Mac computer is NOT needed to build for IOS devices.
3. You get a “real” mobile app, that can use almost all native platform APIs (camera, bluetooth, etc.)
4. The changes in code are immediately reflected on your real device, not an emulator.
5. No wires, no dev mode tinkering is needed.
Framework: Expo (React Native).
Prerequisites:
1. Some web development experience.
2. Node v18+ installed.
See instructions in the comments...