react-native-select-dropdown-menu
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "react-native-select-dropdown-menu", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -67,2 +67,3 @@ import React from 'react'; | ||
// | ||
keyboardType="numeric" | ||
style={{...styles.inputField, color: defaults.valueColor}} | ||
@@ -69,0 +70,0 @@ returnKeyType={'done'} |
34665
742