Expo: https://expo.io/@melnyk/slide-presenter
To able run this project do next steps.
- Clone project.
- Install Expo CLI
npm i -g exp
(if don't have yet).
Run npm install
or yarn
command in the project directory to install all dependencies.
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>