<Scroller className={'nested-scroll'} scrollingX={true} scrollingY={false} getContentSize={this.getContentSize}>
            <ScrollItem name="content" scrollHandler={horizontalHandler}>
              { 'photos' === this.state.display &&
                <PhotoList />
              }