File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1313## v0.4.0
1414
1515- ** Breaking Change**
16- - drop support for RN < 0.13 .0
16+ - required react-native version >= 0.20 .0
1717- ** New Feature**
1818 - add support for Switch (Android), fix #60 (thanks @alvaromb )
19+ - Support for Android date and time pickers, fix #67 (thanks @alvaromb )
1920 - add support for webpack, fix #23
2021- ** Documentation**
2122 - How to clear form after submit (thanks @shashi-dokania )
2223 - Dynamic forms example: how to change a form based on selection
24+ - Stylesheet guide (docs/STYLESHEET.md)
25+ - ** Polish**
26+ - add travis CI
27+ - add ISSUE_TEMPLATE.md (new GitHub feature)
2328
2429## v0.3.3
2530
Original file line number Diff line number Diff line change @@ -932,6 +932,8 @@ The following standard options are available (see http://facebook.github.io/reac
932932
933933## Stylesheets
934934
935+ See also [ Stylesheet guide] ( docs/STYLESHEET.md ) .
936+
935937tcomb-form-native comes with a default style. You can customize the look and feel by setting another stylesheet:
936938
937939``` js
You can’t perform that action at this time.
0 commit comments