implement my LBRY downloads page #273

Merged
akinwale merged 3 commits from my-lbry into master 2018-08-31 09:56:41 +02:00
akinwale commented 2018-08-31 05:02:07 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2018-08-31 05:02:07 +02:00
skhameneh (Migrated from github.com) approved these changes 2018-08-31 07:07:20 +02:00
@ -0,0 +97,4 @@
<Text style={fileListStyle.downloadStorage}>{this.getStorageForFileInfo(fileInfo)}</Text>
{!fileInfo.completed &&
<View style={fileListStyle.progress}>
<View style={[fileListStyle.progressCompleted, { flex: this.getDownloadProgress(fileInfo) } ]} />
skhameneh (Migrated from github.com) commented 2018-08-31 07:06:48 +02:00

I noticed this only works because the dynamic elements are regenerated.
Are you getting warnings from not using key attributes?

I noticed this only works because the dynamic elements are regenerated. Are you getting warnings from not using `key` attributes?
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-android#273
No description provided.