Skip to content

Release 4.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ice-chillios ice-chillios released this 08 Oct 10:47
· 155 commits to master since this release

v4

Breaking

  • Removed error handling.
  • Removed inputsContainerStyles prop.
  • Removed unfocusedBorderColor and focusedBorderColor. Use focusStyles instead.
  • containerStyles renamed to styles.
  • 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.