mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Rework the NavigationHeader
Reviewed By: dmmiller, ericvicenti Differential Revision: D3000972 fb-gh-sync-id: fcd4e63b72a70440e611289f03ed4757e230dc5b shipit-source-id: fcd4e63b72a70440e611289f03ed4757e230dc5b
This commit is contained in:
committed by
Facebook Github Bot 4
parent
eb531943aa
commit
8717b2d19c
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user