Skip to content

Mazurco066/playliter-native

Repository files navigation

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
$ yarn install 

# Run app on your android or ios system
$ yarn android
$ yarn 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.