Skip to content

Instantly share code, notes, and snippets.

@edipofederle
Created March 29, 2015 23:22
Show Gist options
  • Save edipofederle/0a884666d722b5f198ae to your computer and use it in GitHub Desktop.
Save edipofederle/0a884666d722b5f198ae to your computer and use it in GitHub Desktop.
var loading = this.state.isLoading ? ( <ActivityIndicatorIOS hidden='true' size='large'/> ) : ( <View/>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment