I want to use to use React Native for a project at work, but based on their guide for setting up the development environment, it seems like it's out of date.
Reading the guide for setting up React Native at https://reactnative.dev/docs/environment-setup, I read:
...We recommend JDK11. You may encounter problems using higher JDK versions.
The Java SE Development Kit (JDK) is at version 19 now, so this was my first red flag. Additionally, it reads:
Building a React Native app with native code, however, requires the Android 12 (S) SDK in particular.
When choosing the option for that SDK when creating a new project in Android Studio, it tells me, "Your app will run on approximately 24.1% of devices."
I can't move forward if this won't work on most devices, however I read that React Native is still popular today. I'm not sure that's possible given that 24.1%. Can anyone help clear this up? Are there caveats for that statistic that I read?
For context, this is a simple smartphone app for submitting forms.