Skip to content

Commit

Permalink
add confirm and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ma committed Jun 20, 2019
1 parent f5ab182 commit 17e530a
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 70 deletions.
2 changes: 1 addition & 1 deletion AppNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {createStackNavigator, createAppContainer} from 'react-navigation';

import HomeScreen from './screens/HomeScreen';
import ConfirmScreen from './screens/ConfirmScreen';
import Results from '.screens/Results';
import Results from './screens/Results';

const MainNavigator = createStackNavigator({
Home: {screen: HomeScreen},
Expand Down
Loading

0 comments on commit 17e530a

Please sign in to comment.