0.0.2 • Published 4 years ago

react-native-audio-engine v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

react-native-audio-engine

Installation

yarn add react-native-audio-engine

or

npm install react-native-audio-engine --save

Usage

TODO

Contributing

Set Up

yarn

Build

yarn build

Run Example

cd example
yarn

Then either run on iOS:

yarn ios

or Android:

yarn android

Update Example With NativeModule Changes

After making changes to the NativeModule, be sure to clean the example and reinstall dependencies:

yarn reintegrate