https://github.com/atais/lpuradio
https://github.com/atais/lpuradio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atais/lpuradio
- Owner: atais
- Created: 2020-05-27T16:25:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T10:15:21.000Z (over 4 years ago)
- Last Synced: 2025-01-09T10:52:40.542Z (5 months ago)
- Language: JavaScript
- Size: 39.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LPU Radio Puławy
This project is based on:
- [React Native Track Player](https://github.com/react-native-kit/react-native-track-player)
- [Music Player UI React Native](https://github.com/Belgin-Android/Music-Player-UI-React-Native)
- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)
- [React Native Tab View](https://github.com/satya164/react-native-tab-view)
- [React Native Text Ticker](https://github.com/deanhet/react-native-text-ticker)
- [React Native Rss Parser](https://github.com/jameslawler/react-native-rss-parser)## Development
To develop this project you should to set up your local environment following by [React Native Official guide](https://reactnative.dev/docs/environment-setup).You also need to have installed:
- react-native-cli
- Android Studio
- Android SDK 28
- Android Virtual Device or use phisical android device
- define ANDROID_HOMENow you can run this application by typing:
```
npm start
```Second terminal:
```
npm run android
```## Build apk
```
./build-apk.sh
```## Version release
```
npm version [-m "Custom message"]
```