mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-11 22:33:32 +08:00
CustomTabs – consolidate all imports from react-navigation on the same line. (#5664)
This commit is contained in:
@@ -12,8 +12,12 @@ import {
|
||||
View,
|
||||
} from 'react-native';
|
||||
import { BorderlessButton } from 'react-native-gesture-handler';
|
||||
import { createNavigator, SafeAreaView, TabRouter } from 'react-navigation';
|
||||
import { createAppContainer } from 'react-navigation';
|
||||
import {
|
||||
createAppContainer,
|
||||
createNavigator,
|
||||
SafeAreaView,
|
||||
TabRouter,
|
||||
} from 'react-navigation';
|
||||
import SampleText from './SampleText';
|
||||
import { Button } from './commonComponents/ButtonWithMargin';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user