Rework the NavigationHeader

Reviewed By: dmmiller, ericvicenti

Differential Revision: D3000972

fb-gh-sync-id: fcd4e63b72a70440e611289f03ed4757e230dc5b
shipit-source-id: fcd4e63b72a70440e611289f03ed4757e230dc5b
This commit is contained in:
Martin Konicek
2016-03-02 12:21:36 -08:00
committed by Facebook Github Bot 4
parent eb531943aa
commit 8717b2d19c
22 changed files with 380 additions and 124 deletions
@@ -23,6 +23,7 @@ const NavigationExampleRow = require('./NavigationExampleRow');
const {
RootContainer: NavigationRootContainer,
Reducer: NavigationReducer,
Header: NavigationHeader,
} = NavigationExperimental;
const StackReducer = NavigationReducer.StackReducer;
@@ -93,7 +94,7 @@ const styles = StyleSheet.create({
topView: {
backgroundColor: '#E9E9EF',
flex: 1,
paddingTop: 30,
paddingTop: NavigationHeader.STATUSBAR_HEIGHT,
},
});