mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-14 18:37:20 +08:00
chore: fix missing import in example
This commit is contained in:
@@ -3,6 +3,7 @@ import {
|
||||
NavigationScreenProp,
|
||||
NavigationState,
|
||||
SafeAreaView,
|
||||
Themed,
|
||||
} from 'react-navigation';
|
||||
import { createStackNavigator } from 'react-navigation-stack';
|
||||
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Text, View } from 'react-native';
|
||||
import { NavigationScreenProp, NavigationState } from 'react-navigation';
|
||||
import { Themed } from 'react-navigation';
|
||||
import {
|
||||
NavigationScreenProp,
|
||||
NavigationState,
|
||||
Themed,
|
||||
} from 'react-navigation';
|
||||
import { createStackNavigator } from 'react-navigation-stack';
|
||||
import { Button } from './commonComponents/ButtonWithMargin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user