/playliter-native

Playliter Native App

Primary LanguageTypeScriptMIT LicenseMIT

Playliter native application

The native version of Playliter includes all the resources available in the web version, along with an exclusive EVA-based design.

Libraries and Structure

This app was developed using

The folders included in src follows the clean architecture.

Development setup

# Install node dependencies
$ npm i 

# Run app on your android or ios system
$ npm run android
$ npm run ios

Deployment setup

# First install the build tools
npm install --global eas-cli && npx create-expo-app

# To build a preview verion to android (APK) just run
eas build --platform android --profile preview

# To build a production version run
eas build --platform android --profile production

Credits

License

This project is licensed under the MIT License. Check the LICENSE file for further details.