mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
Depend on StackRouter/Actions from react-navigation
This commit is contained in:
@@ -11,11 +11,16 @@ import {
|
||||
Easing,
|
||||
Dimensions,
|
||||
} from 'react-native';
|
||||
import { SceneView, NavigationActions, withOrientation, NavigationProvider } from 'react-navigation';
|
||||
import {
|
||||
SceneView,
|
||||
StackActions,
|
||||
NavigationActions,
|
||||
withOrientation,
|
||||
NavigationProvider,
|
||||
} from 'react-navigation';
|
||||
|
||||
import Card from './StackViewCard';
|
||||
import Header from '../Header/Header';
|
||||
import StackActions from '../../routers/StackActions';
|
||||
|
||||
import TransitionConfigs from './StackViewTransitionConfigs';
|
||||
import { supportsImprovedSpringAnimation } from '../../utils/ReactNativeFeatures';
|
||||
|
||||
Reference in New Issue
Block a user