refactor search results page for improved performance #30

Merged
akinwale merged 1 commit from search-refactor into master 2019-08-20 17:33:04 +02:00
akinwale commented 2019-08-20 11:50:17 +02:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) reviewed 2019-08-20 11:50:17 +02:00
kauffj (Migrated from github.com) approved these changes 2019-08-20 16:55:26 +02:00
@ -7,3 +7,3 @@
return (
<TouchableOpacity style={discoverStyle.overlay} activeOpacity={0.95} onPress={this.props.onPress}>
<TouchableOpacity style={discoverStyle.overlay} activeOpacity={1} onPress={this.props.onPress}>
<Text style={discoverStyle.overlayText}>
kauffj (Migrated from github.com) commented 2019-08-20 16:55:18 +02:00

i18n below

i18n below
@ -87,2 +112,4 @@
};
render() {
const { isSearching, navigation, query, uris, urisByQuery } = this.props;
kauffj (Migrated from github.com) commented 2019-08-20 16:54:38 +02:00

i18n

i18n
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#30
No description provided.