You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open Expo Client on your device. Use it to scan the QR code printed by `expo start`. You may have to wait a minute while your project bundles and loads for the first time.
97
105
98
-
## Screenshots
99
-
100
-
### Example
101
-
<imgsrc="screenshots/example.png" />
102
-
103
-
## Types
106
+
## 📘 Types
104
107
105
108
- email
106
109
- phone
@@ -117,12 +120,14 @@ Open Expo Client on your device. Use it to scan the QR code printed by `expo sta
117
120
- alpha
118
121
- alphanumeric
119
122
120
-
## Handlers
123
+
## 💡 Props
124
+
125
+
### Handlers
121
126
122
127
Same of `TextInput`.
123
128
Read more here: https://facebook.github.io/react-native/docs/textinput.html
124
129
125
-
## Props
130
+
###Props
126
131
127
132
Same of `TextInput`.
128
133
Read more here: https://facebook.github.io/react-native/docs/textinput.html
@@ -133,12 +138,16 @@ type | Type of input | String | `dafault` | |
133
138
symbol | Symbol for `currency` type | String | | |
134
139
locale | For better validation can be useful for some type like `postal-code`, `identity-card` etc... | String | | Locale is one of `['ar', 'ar-AE', 'ar-BH', 'ar-DZ', 'ar-EG', 'ar-IQ', 'ar-JO', 'ar-KW', 'ar-LB', 'ar-LY', 'ar-MA', 'ar-QA', 'ar-QM', 'ar-SA', 'ar-SD', 'ar-SY', 'ar-TN', 'ar-YE', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-AU', 'en-GB', 'en-HK', 'en-IN', 'en-NZ', 'en-US', 'en-ZA', 'en-ZM', 'es-ES', 'fr-FR', 'hu-HU', 'it-IT', 'ku-IQ', 'nb-NO', 'nl-NL', 'nn-NO', 'pl-PL', 'pt-BR', 'pt-PT', 'ru-RU', 'sl-SI', 'sk-SK', 'sr-RS', 'sr-RS@latin', 'sv-SE', 'tr-TR', 'uk-UA']` |
0 commit comments