Skip to content

Commit

Permalink
CustomTabs – consolidate all imports from react-navigation on the sam…
Browse files Browse the repository at this point in the history
…e line. (#5664)
  • Loading branch information
StevenBlack authored and eriveltonelias committed Mar 7, 2019
1 parent 4d5641f commit e4902e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/NavigationPlayground/js/CustomTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit e4902e9

Please sign in to comment.