This repository was archived by the owner on Sep 18, 2019. It is now read-only.
<a name"1.1.0">
1.1.0 (2017-01-05)
Features
- Header: Added support for a single child component. If the child is a Text component without a style, it will have the default title style applied. The
titleproperty has been deprecated. Use a Text component instead. (c15e18e7) - Header: The
isSearch,onSearch,searchPlaceholder,isFixedSearch,searchRightIconandonSearchRightIconproperties have been deprecated. A warning will be be displayed if these properties are used. Please use the SearchHeader instead. - SearchHeader: Added SearchHeader to simplify the Header component. (90dc20a1)