[Sprint/KiltedKoala] (feat) scroll latest media in capture
2 unresolved threads
2 unresolved threads
closes #185 (closed)
Merge request reports
Activity
added 22 commits
-
eb546bf9...70354547 - 21 commits from branch
release/3.9.0
- 15c96e38 - Merge branch 'release/3.9.0' into feat/capture-image-scroll
-
eb546bf9...70354547 - 21 commits from branch
64 60 /** 65 61 * Load photos 66 62 */ 67 _loadPhotos() { 63 _loadPhotos = async() => { 64 65 if (this.state.loading || !this.state.hasMore) return; changed this line in version 4 of the diff
100 104 */ 101 105 render() { 102 106 103 const body = this.state.imagesLoaded ? 104 _.chunk(this.state.photos.map((p, i) => this.renderTile(p, i)), 3) 105 .map((c, i) => <View style={styles.row} key={i}>{c}</View>) 106 : <CenteredLoading /> 107 if (!this.state.imagesLoaded) return <CenteredLoading /> changed this line in version 4 of the diff
Ping @msantang78
Edited by Brian Hatchetmentioned in commit 88a48bab
Please register or sign in to reply