Releases: CaioQuirinoMedeiros/react-native-currency-input
Releases · CaioQuirinoMedeiros/react-native-currency-input
v1.1.1
v1.1.0
1.1.0 (2022/11/15)
New
- New property
renderTextInputto use a custom TextInput.
v1.0.1
1.0.1 (2021/06/08)
Fixes
- Fixed negative values verification. Now you can use
minValue={0}to disable negative values on CurrencyInput
v1.0.0
1.0.0 (2021/04/18)
v1.0.0 is here with BREAKING CHANGES:
- Prop
ignoreNegativeEXTINCT. If you don't want negative values just set a value equal or higher than 0 onminValue. - Prop
unitis now renamed toprefix. - New prop:
suffix. - New prop:
signPosition. For now you can choose between "beforePrefix" and "afterPrefix". - New prop:
showPositiveSign. - Fixed formatting when using numbers on
prefixorsuffix.
v0.1.3
0.1.3 (2021/01/25)
- Exporting function
formatNumber
v0.1.2
0.1.2 (2020/12/21)
- Exporting relevant types
v0.1.1
0.1.1 (2020/11/25)
- Fake cursor always visible while typing
- Better examples
v0.1.0
0.1.0 (2020/11/17)
First release