Previously, when I had tried using react-native we were told to use react-native run-ios
to run the project from the command line. Now, the instructions say to use npx react-native run-ios
from the command line.
What in the benefit of using npx
. Does using npx change how the project is compiled? If I sometimes use npx
and sometimes neglect to use it will it mess anything up in my project?