Skip to content

Releases: danielweinmann/react-native-stateless-form

0.3.2

19 Dec 17:05
6445e30
Compare
Choose a tag to compare
  • Updates PropTypes to use prop-types package
  • Prevents error if StatelessForm has no children

0.3.1

22 Jul 15:28
Compare
Choose a tag to compare

Fixes icon alignment on LabeledTextInput

0.3.0

19 May 12:02
Compare
Choose a tag to compare
  • Works with React Native 0.25+
  • Adds LabeledTextInput
  • BREAKING: renames title prop and respective styles to label

0.2.2

02 Aug 16:13
Compare
Choose a tag to compare
  • Adds backgroundColor to inner views to avoid iPhone 6s Plus background problem

0.2.1

22 Mar 04:56
Compare
Choose a tag to compare
  • Fixes prop types for style props
  • Adds default behaviour for multiline text inputs on InlineTextInput

0.2.0

09 Mar 06:31
Compare
Choose a tag to compare
  • 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

24 Feb 04:23
Compare
Choose a tag to compare
  • 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

24 Feb 02:30
Compare
Choose a tag to compare
  • 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

23 Feb 03:59
Compare
Choose a tag to compare
  • Adds Android support
  • Does not hide keyboard when clicking outside of it

0.0.3

22 Feb 17:17
Compare
Choose a tag to compare
  • Handles empty messages and messages with empty value