A React Native library for multitrack audio playback.
npm install react-native-audio-engine```
yarn add react-native-audio-engine
or
``
npm install react-native-audio-engine --save
TODO
``
yarn
``
yarn build
``
cd example
yarn
Then either run on iOS:
``
yarn ios
or Android:
``
yarn android
After making changes to the NativeModule, be sure to clean the example and reinstall dependencies:
```
yarn reintegrate