/diveediApp

Primary LanguageJavaScript

diveediApp

Simulator Screen Shot - iPhone 11 - 2021-03-30 at 12 29 56 Simulator Screen Shot - iPhone 11 - 2021-03-30 at 12 30 08 Simulator Screen Shot - iPhone 11 - 2021-03-30 at 12 30 10 Simulator Screen Shot - iPhone 11 - 2021-03-30 at 12 30 32

DiveediApp is an application developed with react-native that allows users to share the subscriptions of the main streaming services.

Start2Impact project inspired by diveedi.com

Installation

Use the package manager npm to install dependencies: open terminal on the root folder of the project and run this command

npm install

and for ios

cd ios && pod install && cd ..

Usage

install on ios simulator

npx react-native run-ios

install on android simulator

npx react-native run-android