Melo is a light-weight and minimalist music player for Android and IOS. Inspired by SoundSpice
- React Native
- Redux
- React Navigation v5
- Styled Components
On IOS, when pod install
it shows error:
```
The `RNReactNativeGetMusicFiles` pod failed to validate due to 1 error:
- ERROR | attributes: Missing required attribute `homepage`.
- WARN | source: The version should be included in the Git tag.
- WARN | description: The description is equal to the summary.
```
--> Go to \node_modules\react-native-get-music-files\ios\....podspec
and replace s.homepage
with:
s.homepage = "https://github.com/cinder92/react-native-get-music-files"