evblurbs/react-native-md-textinput

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

alexalannunes opened this issue · 4 comments

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

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

@alexalannunes Found solution?

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

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