Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Last active August 29, 2015 14:17
Show Gist options
  • Save edipofederle/8e2b57ba6e3d86d84111 to your computer and use it in GitHub Desktop.
Save edipofederle/8e2b57ba6e3d86d84111 to your computer and use it in GitHub Desktop.
class RandomQuotes extends React.Component {
render() {
return (
<React.NavigatorIOS
style={styles.container}
initialRoute={
title: 'Random Quotes',
component: titleApp
}/>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment