Release 4.0.0-alpha.0
Pre-release
Pre-release
·
155 commits
to master
since this release
v4
Breaking
- Removed
error
handling. - Removed
inputsContainerStyles
prop. - Removed
unfocusedBorderColor
andfocusedBorderColor
. UsefocusStyles
instead. containerStyles
renamed tostyles
.- Minimal RN version support <= 0.59.0
- Pasting code will be automatically handled. Can't past into inputs because of limited api for TextInput.
Enhancements
- All props for TextInput can be passed.
- Rewrite to functions with hooks.