From 9db81ed7f5e4b22edb12b4a6745ec146d9bbf1ed Mon Sep 17 00:00:00 2001 From: Farid from Safi Date: Tue, 29 Sep 2015 14:43:34 +0200 Subject: [PATCH] fix example links --- Example/components/Launch.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Example/components/Launch.js b/Example/components/Launch.js index a5bb3c369..728a6b780 100644 --- a/Example/components/Launch.js +++ b/Example/components/Launch.js @@ -11,10 +11,10 @@ class Launch extends React.Component { Launch page - - + + - + ); } @@ -29,4 +29,4 @@ var styles = StyleSheet.create({ } }); -module.exports = Launch; \ No newline at end of file +module.exports = Launch;