What is the difference between the following:
npx react-native init MyNewProject
and
react-native init MyNewProject
Expo projects can be initiated using the following:
The difference between the two methods can be found here (differences between create-react-native-app and exp init)
create-react-native-app MyNewProject
expo init MyNewProject