Mobile subscriptions #382
Labels
No labels
android: closed alpha
android: open beta
app-parity
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
creator
Epic
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
product review
resilience
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbry-android#382
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "subscriptions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Please add aliases
Remove?
You should know what I'm going to say by now, comes up every review. More than one level up a relative path is fragile, please add aliases.
Finally added module-resolver to
.babelrc
to sort this out..Yes.
On first load, it took some time for the subs to show up. Can we add a loading icon?
Should we have 2 different views similar to the desktop app? Right now it looks like it's by creator, then date..so I don't see the latest content on top.
@ -7,8 +7,9 @@
},
"dependencies": {
"base-64": "^0.1.0",
"@expo/vector-icons": "^8.1.0",
How does this compare to react-native-vector-icons?
Line breaks before and check indentation above
@ -46,3 +53,3 @@
{icon && <Icon name={icon} size={18} color={'light' === theme ? Colors.DarkGrey : Colors.White} />}
{icon && renderIcon}
{text && (text.trim().length > 0) && <Text style={textStyles}>{text}</Text>}
</TouchableOpacity>
Assign back if you need new changes reviewed
@ -7,8 +7,9 @@
},
"dependencies": {
"base-64": "^0.1.0",
"@expo/vector-icons": "^8.1.0",
For some reason, it was showing up as a missing dependency after I added the
.babelrc
. Adding the package solves this.@tzarebczan We can do that for a future release. Although, I'd like to make the default order date published so that the latest content shows up at the top.