A React Native cross-platform aural experience. (WIP)
Note: Currently only configured for iOS
Aural is a mobile app that enables you to curate your own playlists by importing (music, podcasts, videos) from different platforms via the native ShareTools.
TBD
TBD
- React Native
- react-native-share-menu
- npm (Node v15.6.0, NPM v7.20.3)
- Install dependencies:
yarn install
- Run the local app server:
yarn start
- Navigate to Xcode and build and run application.
Aural uses eslint. You can lint your code with the following command:
yarn run lint
yarn run test