evblurbs / react-native-md-textinput

React Native TextInput styled with Material Design.
322 stars 122 forks source link

undefined isnot an object (evaluating '_react.PropTypes.number') #68

Closed alexalannunes closed 5 years ago

alexalannunes commented 5 years ago
import TextField from "react-native-md-textinput";
<TextField
     label={"Name"}
     highlightColor={"#00BCD4"}
     keyboardType={"numeric"}
/>

undefined isnot an object (evaluating '_react.PropTypes.number')

edenkras commented 5 years ago

@alexalannunes Found solution?

alexalannunes commented 5 years ago

@edenkras .. I gave up! kk I decided to do it myself

hchheta7 commented 4 years ago

Getting the same issue @alexalannunes Have you found a solution?

alexalannunes commented 4 years ago

@hchheta7 Not yet!