mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 09:13:43 +08:00
move to react-navigation core and native
This commit is contained in:
committed by
satyajit.happy
parent
242cd9901e
commit
fb09ca5ad3
@@ -6,9 +6,10 @@ import {
|
||||
StackActions,
|
||||
SceneView,
|
||||
createNavigator,
|
||||
createNavigationContainer,
|
||||
NavigationActions,
|
||||
} from 'react-navigation';
|
||||
} from '@react-navigation/core';
|
||||
|
||||
import { createNavigationContainer } from '@react-navigation/native';
|
||||
|
||||
export type InjectedProps = {
|
||||
getLabelText: (props: { route: any }) => any,
|
||||
|
||||
@@ -8,7 +8,7 @@ import {
|
||||
View,
|
||||
Platform,
|
||||
} from 'react-native';
|
||||
import { SafeAreaView } from 'react-navigation';
|
||||
import { SafeAreaView } from '@react-navigation/native';
|
||||
|
||||
import CrossFadeIcon from './CrossFadeIcon';
|
||||
import withDimensions from '../utils/withDimensions';
|
||||
|
||||
Reference in New Issue
Block a user