react-native-navigators
Advanced tools
Comparing version 0.0.1-beta.72 to 0.0.1-beta.73
import React, { PureComponent } from 'react'; | ||
import { SceneView } from 'react-navigation'; | ||
import { NativeNavigatorTransitions, NativeNavigatorHeaderModes, NativeNavigatorModes } from './types'; | ||
import NativeSceneView from './NativeSceneView'; | ||
import NativeStackScene from './NativeStackScene'; | ||
@@ -49,3 +49,3 @@ import NativeHeader from './NativeHeader'; | ||
<NativeStackSceneContainer> | ||
<SceneView screenProps={screenProps} navigation={navigation} component={SceneComponent}/> | ||
<NativeSceneView screenProps={screenProps} navigation={navigation} component={SceneComponent}/> | ||
{headerMode === NativeNavigatorHeaderModes.Auto ? (<NativeHeader descriptor={descriptor} route={route}/>) : null} | ||
@@ -52,0 +52,0 @@ </NativeStackSceneContainer> |
{ | ||
"version": "0.0.1-beta.72", | ||
"version": "0.0.1-beta.73", | ||
"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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
168
286144
2855