componentDidMount() {
    AsyncStorageHelper.get('discover.awesomes', (result) => {
      if (result) {
        this.setState({
          loading: false,