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

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.

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
```