ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

Proptypes fix with react-native 0.70+, without unrelated formatting changes #96

Closed vipansegrouw closed 1 year ago

vipansegrouw commented 1 year ago

This is a fork of karna419's changes that removes the fluff, as was requested on their PR.

Why? Several .propTypes are deprecated in react-native 0.70+

What? Utilise deprecated-react-native-prop-types package to fill in the gaps caused by this deprecation.