Releases: danielweinmann/react-native-stateless-form
Releases · danielweinmann/react-native-stateless-form
0.3.2
0.3.1
Fixes icon alignment on LabeledTextInput
0.3.0
- Works with React Native 0.25+
- Adds
LabeledTextInput
- BREAKING: renames
title
prop and respective styles tolabel
0.2.2
- Adds backgroundColor to inner views to avoid iPhone 6s Plus background problem
0.2.1
- Fixes prop types for style props
- Adds default behaviour for multiline text inputs on InlineTextInput
0.2.0
- Changes input identification strategy to use child.type.propTypes instead of focusableTypes prop, since on minified scripts child.type.name does not represent the correct class name.
0.1.0
- Changes scroll strategy to use onFocus and onBlur, since keyboard events does not work well on Android with android:windowSoftInputMode="adjustNothing"
- Updates README accordingly
0.0.6
- Changes keyboard events to Did instead of Will to work on Android
- Makes pressing outside of keyboard hide it
- Styles InlineTextInput for when no icon is provided
0.0.5
- Adds Android support
- Does not hide keyboard when clicking outside of it
0.0.3
- Handles empty messages and messages with empty value