gabrieldonadel / rn-material-ui-textfield

Material UI textfield
https://www.npmjs.com/package/rn-material-ui-textfield
Other
37 stars 31 forks source link

fix: Proptypes errors on react-native 0.69 #58

Closed gabrieldonadel closed 2 years ago

gabrieldonadel commented 2 years ago

Description

This temporarily fixes the PropTypes errors experienced on react-native 0.69 by adding deprecated-react-native-prop-types as a dependency. The plan is to release a 1.0.7 version with these changes so users get unblocked for now, but for the next version we should migrate everything to typescript as the support was added here (https://github.com/gabrieldonadel/rn-material-ui-textfield/pull/54). I also ran Eslint and updated tests snapshots

Closes https://github.com/gabrieldonadel/rn-material-ui-textfield/issues/45 Closes https://github.com/gabrieldonadel/rn-material-ui-textfield/issues/47

Screenshoots

image