Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 17102

is not working in react native

$
0
0

Here is my instance

var LoginPopup=React.createClass({   render:function(){            return(<View><TextInput placeholder="number" keyboardType="numeric"/><TextInput placeholder="url" keyboardType="url"/></View>            )  }})

In this component any type of keyboardType is not working(like number,url, email-address,number-pad,phone-pad etc ,)


Viewing all articles
Browse latest Browse all 17102

Trending Articles