react-native-navigators
Advanced tools
Comparing version 0.0.1-beta.71 to 0.0.1-beta.72
@@ -49,4 +49,4 @@ import React, { PureComponent } from 'react'; | ||
<NativeStackSceneContainer> | ||
<SceneView screenProps={screenProps} navigation={navigation} component={SceneComponent}/> | ||
{headerMode === NativeNavigatorHeaderModes.Auto ? (<NativeHeader descriptor={descriptor} route={route}/>) : null} | ||
<SceneView screenProps={screenProps} navigation={navigation} component={SceneComponent}/> | ||
</NativeStackSceneContainer> | ||
@@ -53,0 +53,0 @@ </NativeStackScene>); |
@@ -5,3 +5,4 @@ import React from 'react'; | ||
container: { | ||
flex: 1 | ||
flex: 1, | ||
flexDirection: 'column-reverse' | ||
} | ||
@@ -8,0 +9,0 @@ }); |
{ | ||
"version": "0.0.1-beta.71", | ||
"version": "0.0.1-beta.72", | ||
"name": "react-native-navigators", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
286689
160
2873