tweak thumbnail aspect ratio and sizing on discover and search pages #265

Merged
akinwale merged 1 commit from thumbnails into master 2018-08-29 07:19:46 +02:00
akinwale commented 2018-08-28 21:26:21 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2018-08-28 21:26:21 +02:00
skhameneh (Migrated from github.com) approved these changes 2018-08-29 03:26:53 +02:00
@ -2,2 +2,4 @@
import Colors from './colors';
const screenDimension = Dimensions.get('window');
const screenWidth = screenDimension.width;
skhameneh (Migrated from github.com) commented 2018-08-29 03:26:44 +02:00

Might want to place some of this in a utility or somewhere shared; I can imagine much of this being reusable with components as well.

Might want to place some of this in a utility or somewhere shared; I can imagine much of this being reusable with components as well.
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#265
No description provided.