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
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 ..
install on ios simulator
npx react-native run-ios
install on android simulator
npx react-native run-android