Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Releases: gkueny/react-native-pin-code

v0.5.1

09 Sep 13:42

Choose a tag to compare

Fixed

  • Fix clear input fields on success (see #16 )
  • Fix focus

v0.5.0

03 Sep 10:01

Choose a tag to compare

Added

  • Supports auto-fill and past of codes.

Fixed

  • Fixed crash which occurs when using iOS 12's security code auto-fill feature.
  • Corrected Typos in Readme/Changelog

v0.4.1

08 Feb 23:40

Choose a tag to compare

Fixed

  • allow to not pass code prop.

v0.4.0

08 Feb 23:30

Choose a tag to compare

Added

  • handle backspace event (#6)

v0.3.0

04 Feb 21:32

Choose a tag to compare

Added

  • New prop checkPinCode(optionnal). Called to check pin code (code prop is not used if checkPinCode prop is present)
  • New prop obfuscation (optionnal). Obfuscate code if set to true

Updated

  • Update Readme to add simple example.

Fixed

  • Use code.length if number prop is not used.