Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix: import SceneView from react-navigation default export
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne authored and satya164 committed Aug 18, 2019
1 parent 0e332eb commit 5d5f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bottom-tabs/src/utils/createTabNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import * as React from 'react';
import {
TabRouter,
StackActions,
SceneView,
createNavigator,
createNavigationContainer,
NavigationActions,
} from 'react-navigation';
import SceneView from 'react-navigation/src/views/SceneView';

export type InjectedProps = {
getLabelText: (props: { route: any }) => any,
Expand Down

0 comments on commit 5d5f4d1

Please sign in to comment.