This project adheres to Semantic Versioning.
- Fix onPress event handler #45
- Update typings #43 index.d.ts
- Add example how work with
paste()andclean()to README.md #43 README.md - Recreate example for RN@0.59
- Update
devDependencies
- Fix issue about
testID#38
- Fix Flow.js error for support
react-native@0.58#33
- Fix
autoFucusprop #32
- Fix IOS borderBottom style #28
- Remove base implementation based on
One code cell===One TextInput - Fix IOS fast paste SMS code
- Update
inputProps: Functionprop, now isinputProps: ?Object - Remove
canPasteCode, now it is works always by default - Remove
inputStyle: FunctionusecellProps - Remove
onChangeTextuseinputProps={{onChangeText: (text) => {}}} - Remove some
variantvalues:border-b-tandborder-l-r - Add new component
focus()andblur()methods - Fix typescript definition #27
- Fix typescript definition #27
- Fix Flow.js types
- Fix spread non-iterable instance #24
- Update TypeScript definition changes
- New example for RN 0.57 version
- Merged cnages from
1.2.1version - Update dependencies
RN@0.57 - Fixed extreme
<TextInput>slowness (5017b86 by @gnprice) - Remove
ignoreCaseWhenCompareCodeandcompareWithCodeprops. - Add paste support. By default it's disabled. That would enable set
canPasteCode={true} - Rename property
getInputProps=>inputProps - Rename property
getInputStyle=>inputStyle - Remove IOS hack for
onKeyPress(use latest RN version) - Remove
INDEXtyping - Fix desynchronization
onFocusandsetState#16
- Fix desynchronization
onFocusandsetState#16
- Add export for types #10
- Add new prop
maskSymbol?: string#6
-
Rename
ignoreCase=>ignoreCaseWhenCompareCodeproperty -
Rename
className=>variantproperty -
Add new methods (
getInputStyle()andgetInputProps()_ for help users to customize inputs -
Add new property
containerProps,testID -
Add
clear()method to TypeScript definition #21 -
Fix slowly focus change 10
-
Fix IOS input bag. #38
- Fork dead repo