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 68c298c commit 97db349Copy full SHA for 97db349
main.js
@@ -1,4 +1,5 @@
1
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
2
+import PropTypes from 'prop-types';
3
import {
4
StyleSheet,
5
Text,
package.json
@@ -10,6 +10,7 @@
10
"test": "echo \"Error: no test specified\" && exit 1"
11
},
12
"dependencies": {
13
+ "prop-types": "^15.6.0",
14
"react-native-circular-progress": "0.0.8",
15
"react-native-vector-icons": "3.0.0"
16
0 commit comments