zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

Proposal: Check in a demo app #589

Open paulmelnikow opened 5 years ago

paulmelnikow commented 5 years ago

As I'm getting a bit more involved in testing features outside of my own apps, I think it would be useful to check in to this repo a demo app, which demonstrates all the features of the library. When adding a new feature, a new screen could be added which demonstrates the new feature.

This would make testing a lot easier, both for people who develop new features and people who need to review the code.

It could go in a subfolder like Demo.

Perhaps we could use @benevbright's app https://github.com/benevbright/react-native-sound-playerview as a starting point.

Are there any objections to this idea?