11# react-native-music-library
22
3- [ 中文版] ( ./README_ZH.md ) | [ 📖 Documentation] ( ./docs/ )
3+ [ ![ npm version] ( https://badge.fury.io/js/@nodefinity%2Freact-native-music-library.svg )] ( https://badge.fury.io/js/@nodefinity%2Freact-native-music-library )
4+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
5+
6+ [ 中文] ( ./README_ZH.md )
47
58A powerful React Native library for accessing local music files and getting full metadata. Built with React Native's New Architecture (TurboModules) for optimal performance.
69
7- [ ![ npm version] ( https://badge.fury.io/js/@nodefinity%2Freact-native-music-library.svg )] ( https://badge.fury.io/js/@nodefinity%2Freact-native-music-library )
8- [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
10+
11+ <div style =" display : flex ; gap : 10px ; flex-wrap : wrap ; justify-content : center ;" >
12+ <img src =" ./assets/home.jpg " alt =" Home Screen " style =" width : 150px ; height : auto ;" />
13+ <img src =" ./assets/track-list.jpg " alt =" Track List " style =" width : 150px ; height : auto ;" />
14+ <img src =" ./assets/player.jpg " alt =" Player " style =" width : 150px ; height : auto ;" />
15+ <img src =" ./assets/album-list.jpg " alt =" Album List " style =" width : 150px ; height : auto ;" />
16+ <img src =" ./assets/artist-list.jpg " alt =" Artist List " style =" width : 150px ; height : auto ;" />
17+ </div >
918
1019## ✨ Features
1120
@@ -34,7 +43,7 @@ yarn add @nodefinity/react-native-music-library
3443``` js
3544import { getTracksAsync , getAlbumsAsync , getArtistsAsync } from ' @nodefinity/react-native-music-library' ;
3645
37- // Get all tracks
46+ // Get tracks
3847const tracks = await getTracksAsync ();
3948
4049// Get albums with sorting
@@ -56,13 +65,6 @@ Add to `android/app/src/main/AndroidManifest.xml`:
5665<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
5766```
5867
59- ## 📖 Documentation
60-
61- - [ 📚 Full API Documentation] ( ./docs/ )
62- - [ 🎯 Getting Started] ( ./docs/getting-started )
63- - [ 🔧 API Reference] ( ./docs/api )
64- - [ 💡 Examples] ( ./docs/examples )
65-
6668## 🤝 Contributing
6769
6870See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for details.
0 commit comments