From 67d64807da8b4e30e14a7ac37caa241614f07cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lu=C3=ADs=20Lima?= Date: Mon, 13 Feb 2017 06:05:12 +0000 Subject: [PATCH] adds button to photo screen (#301) --- examples/NavigationPlayground/js/SimpleStack.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/NavigationPlayground/js/SimpleStack.js b/examples/NavigationPlayground/js/SimpleStack.js index 238f009..3a0a3d7 100644 --- a/examples/NavigationPlayground/js/SimpleStack.js +++ b/examples/NavigationPlayground/js/SimpleStack.js @@ -19,6 +19,10 @@ const MyNavScreen = ({ navigation, banner }) => ( onPress={() => navigation.navigate('Profile', { name: 'Jane' })} title="Go to a profile screen" /> +