0.0.2 • Published 6 years ago
react-native-audio-engine v0.0.2
react-native-audio-engine
Installation
yarn add react-native-audio-engineor
npm install react-native-audio-engine --saveUsage
TODO
Contributing
Set Up
yarnBuild
yarn buildRun Example
cd example
yarnThen either run on iOS:
yarn iosor Android:
yarn androidUpdate Example With NativeModule Changes
After making changes to the NativeModule, be sure to clean the example and reinstall dependencies:
yarn reintegrate