Mobile subscriptions #382

Merged
akinwale merged 5 commits from subscriptions into master 2019-01-07 08:26:47 +01:00
akinwale commented 2018-12-28 14:28:34 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2018-12-28 14:28:34 +01:00
skhameneh (Migrated from github.com) reviewed 2019-01-03 02:24:42 +01:00
skhameneh (Migrated from github.com) left a comment

Please add aliases

Please add aliases
skhameneh (Migrated from github.com) commented 2019-01-03 02:23:17 +01:00

Remove?

Remove?
skhameneh (Migrated from github.com) commented 2019-01-03 02:24:22 +01:00

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.

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.
akinwale (Migrated from github.com) reviewed 2019-01-04 15:20:34 +01:00
akinwale (Migrated from github.com) commented 2019-01-04 15:20:34 +01:00

Finally added module-resolver to .babelrc to sort this out..

Finally added module-resolver to `.babelrc` to sort this out..
akinwale (Migrated from github.com) reviewed 2019-01-04 15:20:52 +01:00
akinwale (Migrated from github.com) commented 2019-01-04 15:20:52 +01:00

Yes.

Yes.
tzarebczan commented 2019-01-05 01:08:28 +01:00 (Migrated from github.com)

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.

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.
skhameneh (Migrated from github.com) reviewed 2019-01-05 03:02:22 +01:00
@ -7,8 +7,9 @@
},
"dependencies": {
"base-64": "^0.1.0",
"@expo/vector-icons": "^8.1.0",
skhameneh (Migrated from github.com) commented 2019-01-05 03:02:22 +01:00

How does this compare to react-native-vector-icons?

How does this compare to [react-native-vector-icons](https://www.npmjs.com/package/react-native-vector-icons)?
skhameneh (Migrated from github.com) approved these changes 2019-01-05 03:06:27 +01:00
skhameneh (Migrated from github.com) commented 2019-01-05 03:03:06 +01:00

Line breaks before and check indentation above

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>
skhameneh (Migrated from github.com) commented 2019-01-05 03:04:53 +01:00
const renderIcon = (
  <Icon name={icon} size={18} color={iconColor ? iconColor : ('light' === theme ? Colors.DarkGrey : Colors.White)} solid={!!solid} />
);
``` const renderIcon = ( <Icon name={icon} size={18} color={iconColor ? iconColor : ('light' === theme ? Colors.DarkGrey : Colors.White)} solid={!!solid} /> ); ```
skhameneh commented 2019-01-05 03:06:53 +01:00 (Migrated from github.com)

Assign back if you need new changes reviewed

Assign back if you need new changes reviewed
akinwale (Migrated from github.com) reviewed 2019-01-07 08:25:56 +01:00
@ -7,8 +7,9 @@
},
"dependencies": {
"base-64": "^0.1.0",
"@expo/vector-icons": "^8.1.0",
akinwale (Migrated from github.com) commented 2019-01-07 08:25:55 +01:00

For some reason, it was showing up as a missing dependency after I added the .babelrc. Adding the package solves this.

For some reason, it was showing up as a missing dependency after I added the `.babelrc`. Adding the package solves this.
akinwale commented 2019-01-07 08:50:43 +01:00 (Migrated from github.com)

@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.

@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.
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#382
No description provided.