Slide Presenter

IMAGE ALT TEXT

Expo: https://expo.io/@melnyk/slide-presenter

How to run:

To able run this project do next steps.

0. Prepare

  1. Clone project.
  2. Install Expo CLI npm i -g exp (if don't have yet).

1. Install

Run npm install or yarn command in the project directory to install all dependencies.

2. Run project

With NPM: Run npm run ios for iOS or npm run android for Android

With Yarn: Run yarn run ios or yarn run android

Note: Before running project be sure your Simulator or Emulator is connected.

For iOS: Just run needed device in Simulator application menu Hardware -> Device

For Android: Just run needed device from Android Studio or emulator -avd <emulator_name>