@yoliani/react-native-audio-waveform
Version:
A React Native component to show audio waveform with ease in react native application
11 lines • 410 B
JavaScript
import { StyleSheet } from 'react-native';
import { Colors } from '../../theme';
const styles = StyleSheet.create({
candleContainer: { justifyContent: 'center' },
waveformCandle: { backgroundColor: Colors.waveStickBackground },
waveformCandleCompleted: {
backgroundColor: Colors.waveStickCompleteBackground,
},
});
export default styles;
//# sourceMappingURL=WaveformCandleStyles.js.map