This is a small app consuming YesNo API that runs both in web and devices using React Native Web and Expo
- Expo CLI
- Node
- NPM or Yarn
- Clone this repository
- Inside the project folder, run:
-
npm install
oryarn install
-npm start
oryarn start
to run expo server -npm run start-web
oryarn start-web
to run web server