Hi,
I would like to force devs on my project to use npm start (and other commands with npm) instead of using expo commands. I need this because I would like to add scripts before starting the app to check if some directories are existing (and if they don’t exist, I don’t want the app to be started).
Is there any way to achieve that?
Thanks in advance.
Best regards