react-native-audio-recorder-player
Version:
React Native Audio Recorder and Player.
18 lines (17 loc) • 401 B
JSON
{
"cxxNamespace": ["audiorecorderplayer"],
"ios": {
"iosModuleName": "AudioRecorderPlayer"
},
"android": {
"androidNamespace": ["audiorecorderplayer"],
"androidCxxLibName": "audiorecorderplayer"
},
"autolinking": {
"AudioRecorderPlayer": {
"swift": "AudioRecorderPlayerImpl",
"kotlin": "HybridAudioRecorderPlayer"
}
},
"ignorePaths": ["node_modules"]
}