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 ,)