adds button to photo screen (#301)

This commit is contained in:
João Luís Lima 2017-02-13 06:05:12 +00:00 committed by Eric Vicenti
parent 546fc657d5
commit 67d64807da

View File

@ -19,6 +19,10 @@ const MyNavScreen = ({ navigation, banner }) => (
onPress={() => navigation.navigate('Profile', { name: 'Jane' })}
title="Go to a profile screen"
/>
<Button
onPress={() => navigation.navigate('Photos', { name: 'Jane' })}
title="Go to a photos screen"
/>
<Button
onPress={() => navigation.goBack(null)}
title="Go back"