siren icon indicating copy to clipboard operation
siren copied to clipboard

react native music player

cover

简介

基于React Native编写的音乐App,项目为实验性质,用于学习React Native开发,项目中代码的健壮性也有待提升,欢迎进行PR。

项目数据使用网易云音乐接口,感谢以下项目:

  • musicbox https://github.com/darknessomi/musicbox
  • NeteaseCloudMusicApi https://github.com/Binaryify/NeteaseCloudMusicApi

运行

git clone https://github.com/moonou/siren

npm i

iOS

npm run ios

Android

npm run android

或者下载Release版本 https://github.com/moonou/siren/releases

Todos

  • 专辑页面
  • 播放可视化
  • 歌词
  • 专辑搜索

License

MIT