We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34709f4 + 349b246 commit 1b149c7Copy full SHA for 1b149c7
README.md
@@ -28,6 +28,8 @@ MPVolumeView bridge to React Native (NOTE: MPVolumeView works only on physical d
28
#### Volume Slider
29
30
```javascript
31
+import React, { Component } from 'react';
32
+import { View, StyleSheet } from 'react-native';
33
import VolumeSlider from 'react-native-volume-slider';
34
35
class PlayerVolume extends React.Component {
0 commit comments