Skip to content

Instantly share code, notes, and snippets.

@melihmucuk
Created July 5, 2015 22:40
Show Gist options
  • Save melihmucuk/8300f41ef6e889d32011 to your computer and use it in GitHub Desktop.
Save melihmucuk/8300f41ef6e889d32011 to your computer and use it in GitHub Desktop.
renderLoadingView: function() {
return (
<View style={styles.container}>
<Text>
Loading...
</Text>
</View>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment