An open API service indexing awesome lists of open source software.

https://github.com/atais/lpuradio


https://github.com/atais/lpuradio

Last synced: 3 months ago
JSON representation

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_HOME

Now 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"]
```