Skip to content

Releases: danielweinmann/react-native-stateless-form

0.3.2

Choose a tag to compare

@felipefreitag felipefreitag released this 19 Dec 17:05
6445e30
  • Updates PropTypes to use prop-types package
  • Prevents error if StatelessForm has no children

0.3.1

Choose a tag to compare

@guilhermecomum guilhermecomum released this 22 Jul 15:28

Fixes icon alignment on LabeledTextInput

0.3.0

Choose a tag to compare

@danielweinmann danielweinmann released this 19 May 12:02
  • Works with React Native 0.25+
  • Adds LabeledTextInput
  • BREAKING: renames title prop and respective styles to label

0.2.2

Choose a tag to compare

@danielweinmann danielweinmann released this 02 Aug 16:13
  • Adds backgroundColor to inner views to avoid iPhone 6s Plus background problem

0.2.1

Choose a tag to compare

@danielweinmann danielweinmann released this 22 Mar 04:56
  • Fixes prop types for style props
  • Adds default behaviour for multiline text inputs on InlineTextInput

0.2.0

Choose a tag to compare

@danielweinmann danielweinmann released this 09 Mar 06:31
  • 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

Choose a tag to compare

@danielweinmann danielweinmann released this 24 Feb 04:23
  • 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

Choose a tag to compare

@danielweinmann danielweinmann released this 24 Feb 02:30
  • 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

Choose a tag to compare

@danielweinmann danielweinmann released this 23 Feb 03:59
  • Adds Android support
  • Does not hide keyboard when clicking outside of it

0.0.3

Choose a tag to compare

@danielweinmann danielweinmann released this 22 Feb 17:17
  • Handles empty messages and messages with empty value