kathawala / expo-hamburger-menu-template

React Native Template with Hamburger Menu / Drawer style navigation. Uses Typescript, React Navigation v5 and Expo v39
MIT License
25 stars 9 forks source link

Doesn't work at all #17

Open animaxcg opened 2 years ago

animaxcg commented 2 years ago

to reproduce:

 expo init --template https://github.com/kathawala/expo-hamburger-menu-template
 - cd menu
- npm start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- npm run android
- npm run ios
- npm run web

npm start

npm ERR! Missing script: "start"
npm ERR! 
npm ERR! Did you mean one of these?
npm ERR!     npm star # Mark your favorite packages
npm ERR!     npm stars # View packages marked as favorites
npm ERR! 
npm ERR! To see a list of scripts, run:
npm ERR!   npm run

npm ERR! A complete log of this run can be found in:
zachtheprogrammer commented 1 year ago

It doesn't look like you ran "cd menu" to go into your projects folder before running npm start.

animaxcg commented 1 year ago

It's line 2