I'm certain that npx react-native run-android command is to run your app on an android device. More details can be found here: reactnative.dev/docs/running-on-device
As for the command npx react-native run I don't think it's a known command by default with a React Native project, though I guess you could configure it to do something.
These are the scripts in a RN app:
