Releases: fakeheal/react-native-intl-phone-field
Releases · fakeheal/react-native-intl-phone-field
Release 0.3.0
0.3.0 (2022-03-07)
Features
- new prop for a function that receives value as it's updating (57df619)
Release 0.2.0
0.2.0 (2022-03-02)
Bug Fixes
- call
onEndEditing
function from prop onBlur()
when Platform is web
(1c0ec29)
Features
- replace
parsePhoneNumber
with parsePhoneNumberWithError
(936deea)
Release 0.1.0
0.1.0 (2022-03-01)
Bug Fixes
- metro to load library code inside example/ app (8889838)
- use split() + join() in onChangeText instead of replaceAll (e0f8aec)
Features
- example app with different cases (9928119)
- iOS: add returnKeyType for the underlying
TextInput
(a86d08a)
- onEndEditing to return a single object with all values (ee188f1)