mg-library 1.0.431 → 1.0.432

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/blocks.js CHANGED
@@ -181,8 +181,7 @@ export function MGLogin(props) {
181
181
  placeholder={mgFunctionsLib.i18nString('password', props.language)}
182
182
  onChangeText={onChange}
183
183
  secureTextEntry={true}
184
- maxLength={12}
185
- keyboardType='numeric'
184
+ maxLength={12}
186
185
  value={value}
187
186
  />
188
187
  )}
package/mg-library.rar CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.431",
3
+ "version": "1.0.432",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {