Const
import React from 'react';
import { MiniAudio } from 'mediasfu-reactnative';
function App() {
return (
<MiniAudio
visible={true}
name="John Doe"
showWaveform={true}
overlayPosition="bottomRight"
barColor="blue"
textColor="white"
imageSource="https://example.com/avatar.jpg"
roundedImage={true}
/>
);
}
export default App;
MiniAudio renders a draggable floating audio card with an animated waveform overlay and customizable appearance.
Key Features