/qotd

Primary LanguageJavaScriptOtherNOASSERTION

Learn Expo

Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React.

PS F:\Projects\github> expo init qotd
√ Choose a template: » blank               a minimal app as clean as an empty canvas
√ Downloaded and extracted project files.
🧶 Using Yarn to install packages. Pass --npm to use npm instead.
√ Installed JavaScript dependencies.

✅ Your project is ready!

To run your project, navigate to the directory and run one of the following yarn commands.

- cd qotd
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios # requires an iOS device or macOS for access to an iOS simulator
- yarn web
PS F:\Projects\github>