add publishes page #5

Merged
akinwale merged 1 commit from publishes-page into master 2019-07-30 00:43:07 +02:00
akinwale commented 2019-07-26 18:18:18 +02:00 (Migrated from github.com)
No description provided.
kauffj (Migrated from github.com) requested changes 2019-07-26 23:03:30 +02:00
kauffj (Migrated from github.com) left a comment

Small changes requested, but no need for a 2nd review if addressed

Small changes requested, but no need for a 2nd review if addressed
kauffj (Migrated from github.com) commented 2019-07-26 23:02:52 +02:00

I don't see a corresponding index.js change to provide this - is this used?

I don't see a corresponding index.js change to provide this - is this used?
@ -0,0 +43,4 @@
</View>
)}
{!fetching && (!uris || uris.length === 0) && (
kauffj (Migrated from github.com) commented 2019-07-26 23:01:37 +02:00

similar to feedback given in the last PR, I think it makes sense to have it be the responsibility of the selector to return an array, rather than to require components to repeat this check anywhere that selector is used

similar to feedback given in the last PR, I think it makes sense to have it be the responsibility of the selector to return an array, rather than to require components to repeat this check anywhere that selector is used
akinwale (Migrated from github.com) reviewed 2019-07-30 00:41:00 +02:00
akinwale (Migrated from github.com) commented 2019-07-30 00:41:00 +02:00

This is a flag that will be passed to the component for hiding channels. It's used at https://github.com/lbryio/lbry-react-native/pull/5/files#diff-3640eaecae7e1d66efe853a93a64962eR67.

This is a flag that will be passed to the component for hiding channels. It's used at https://github.com/lbryio/lbry-react-native/pull/5/files#diff-3640eaecae7e1d66efe853a93a64962eR67.
akinwale (Migrated from github.com) reviewed 2019-07-30 00:42:55 +02:00
@ -0,0 +43,4 @@
</View>
)}
{!fetching && (!uris || uris.length === 0) && (
akinwale (Migrated from github.com) commented 2019-07-30 00:42:55 +02:00

I usually do this to prevent errors, as there have been cases where the selectors return null or undefined. I will update the corresponding selectors in lbry-redux.

I usually do this to prevent errors, as there have been cases where the selectors return null or undefined. I will update the corresponding selectors in `lbry-redux`.
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-react-native#5
No description provided.