react-native-audio-engine

A React Native library for multitrack audio playback.

Usage no npm install needed!

<script type="module">
  import reactNativeAudioEngine from 'https://cdn.skypack.dev/react-native-audio-engine';
</script>

README

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