CustomTabs – consolidate all imports from react-navigation on the same line. (#5664)

This commit is contained in:
Steven Black
2019-03-07 18:44:42 -05:00
parent 8a4f4ac372
commit 35e6bc50dc

View File

@@ -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';