https://github.com/yanliu1111/reactnative-expo-functioncomponent-audioplayer
🎵 Build local AudioPlayer mobile App, using ReactNative & Expo within function components.
https://github.com/yanliu1111/reactnative-expo-functioncomponent-audioplayer
audio class-components expo functional-components react-native
Last synced: 13 days ago
JSON representation
🎵 Build local AudioPlayer mobile App, using ReactNative & Expo within function components.
- Host: GitHub
- URL: https://github.com/yanliu1111/reactnative-expo-functioncomponent-audioplayer
- Owner: yanliu1111
- Created: 2023-01-21T06:53:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T05:44:48.000Z (about 3 years ago)
- Last Synced: 2025-06-03T20:01:27.857Z (11 months ago)
- Topics: audio, class-components, expo, functional-components, react-native
- Language: JavaScript
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactNative-expo-functionComponent-Local AudioPlayer
This Local AudioPlayer tutorial I learned from Youtuber [Niraj Dhungana](https://ndpniraj.com/blogs/audio-player-using-expo-react-native)
I use function component instead of the tutorial class component. I learn a lot from his tutorial and learn a lot when I am working on optimization, learned the different between function and class components.
This audio app development is kept adding more features ... 😁
For now, it works for basic music play 🎵
## Running the Audio App
Run
```
expo start
```