Skip to content

Commit

Permalink
fixed navigation problems
Browse files Browse the repository at this point in the history
  • Loading branch information
marklaatikainen committed Apr 17, 2018
2 parents ef0c5f5 + 907728e commit c57e945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added images/kohteesta_ei_kuvia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion src/_components/target/target.carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ export class CustomCarousel extends Component {
</View>
);
}
return null;
return (
<Image
style={[styles.image, { width: dimensions.screenWidth }]}
source={require('../../../images/kohteesta_ei_kuvia.png')} //eslint-disable-line
/>
);
}
}

Expand Down

0 comments on commit c57e945

Please sign in to comment.