Make sure to download the ExpoGo App (appstore)
HOW TO START EXPO PROJECT:
- cd learningkidsapp
- run npx expo start (in terminal)
- Scan the QR code in terminal
SCANNING THE QR CODE WON'T WORK?
- Scan it using your own house wifi, for some reason on UNT wifi or some public spaces it won't load
ALL SCREENS MUST HAVE THEIR OWN README.MD FILE:
- name_of_screen.md (name_of_screen = the name of the screen you're working on)
- variable names and an explanation of what they do
DID YOU MAKE UPDATES TO .CONFIG FILES OR .JSON FILES?
- run: npx expo start -c
HOW TO COMMENT IN JAVASCRIPT: DEPENDS ON WHERE UR CODE IS, SO TRY BOTH MENTIONED BELOW
- single and multi line: {/* comment */}
- //