Closed iRoachie closed 7 years ago
PropTypes from the react package was deprecated and moved to prop-types in reactv15.5 so it shows errors in react native projects.
prop-types
The react-native-vector-icons library already made this fix, however you were depending on an older version of the library.
This PR makes the fix for PropTypes, and also updates the react-native-vector-icons version
@hectahertz Fixed
PropTypes from the react package was deprecated and moved to
prop-types
in reactv15.5 so it shows errors in react native projects.The react-native-vector-icons library already made this fix, however you were depending on an older version of the library.
This PR makes the fix for PropTypes, and also updates the react-native-vector-icons version