Skip to content

Commit

Permalink
chore: fix missing import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Sep 9, 2019
1 parent 2744c53 commit 11458a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions example/src/StackWithHeaderPreset.tsx
Expand Up @@ -3,6 +3,7 @@ import {
NavigationScreenProp,
NavigationState,
SafeAreaView,
Themed,
} from 'react-navigation';
import { createStackNavigator } from 'react-navigation-stack';

Expand Down
7 changes: 5 additions & 2 deletions example/src/StacksAndKeys.tsx
@@ -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';

Expand Down

0 comments on commit 11458a9

Please sign in to comment.