Skip to content

Releases: AppAndFlow/react-native-transformer-text-input

Release 0.1.0

27 Apr 20:51
348a703

Choose a tag to compare

0.1.0 (2026-04-27)

Bug Fixes

  • android: make EditText accessible with display: contents (#6) (a5bb4ef)
  • fix CI test and iOS build failures (6653985)
  • pre-transform defaultValue for correct initial layout (f1ddd6d)
  • re-run transformer on transformerId prop change (#5) (156253a)
  • use defaultValue as previousValue in pre-transform (c1971fb)
  • use executeOnUIRuntimeSync for registry setup (4c63bba)

Features

  • add CurrencyTransformer formatter (#4) (17aec15)
  • add includeCallingCode option to PhoneNumberTransformer (b44bfca)
  • multi-country phone number formatting with crash fix (db5e9fb)

Release 0.1.0-alpha.0

01 Jan 02:43
568d53a

Choose a tag to compare

Release 0.1.0-alpha.0 Pre-release
Pre-release

0.1.0-alpha.0 (2026-01-01)

Features

  • Initial release