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.
1 parent 4c09227 commit fa21b21Copy full SHA for fa21b21
VolumeSlider.js
@@ -6,7 +6,8 @@ import {
6
StyleSheet,
7
Image
8
} from 'react-native';
9
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
10
+import PropTypes from 'prop-types'
11
12
type Event = Object;
13
package.json
@@ -20,5 +20,8 @@
20
"bugs": {
21
"url": "https://github.com/IFours/react-native-volume-slider/issues"
22
},
23
- "homepage": "https://github.com/IFours/react-native-volume-slider#readme"
+ "homepage": "https://github.com/IFours/react-native-volume-slider#readme",
24
+ "dependencies": {
25
+ "prop-types": "15.6.0"
26
+ }
27
}
0 commit comments