Skip to content

Milestones

List view

  • ## Simplify API For v1.0 I'd like to propose following API: - **style** - (Object, Array) - Style object or array of style objects - **tintColor** - (String) - Navigation bar tint color - **statusBar** - (Object): - **style** - ('light-content' or 'default') - Style of statusBar - **hidden** - (Boolean) - **tintColor** - (String) - Status bar tint color - **hideAnimation** - ('fade', 'slide', 'none') - Type of statusBar hide animation - **showAnimation** - ('fade', 'slide', 'none') - Type of statusBar show animation - **leftButton / rightButton** - (Object, React Element) - Either plain object with configuration, or React Element which will be used as a custom left/right button element. Configuration object has following keys: - **title** - (String) - Button title - **style** - (Object, Array) - Style object or array of style objects - **handler** - (Function) - onPress function handler - **title** - (Object, React Element) - Either plain object with configuration, or React Element which will be used as a custom title element. Configuration object has following keys: - **title** - (String) - Button title - **tintColor** - (String) - Title tint color ## Rewrite docs Change docs based on proposed API and add example for every use case ## Align with iOS style guide Follow http://iosdesign.ivomynttinen.com/ ## Adapt for landscape

    Overdue by 9 year(s)
    Due by October 17, 2015