move uri omnibar to top #444

Merged
akinwale merged 7 commits from uri-bar-top into master 2019-03-01 19:25:16 +01:00
akinwale commented 2019-03-01 08:46:05 +01:00 (Migrated from github.com)
No description provided.
skhameneh (Migrated from github.com) approved these changes 2019-03-01 09:47:51 +01:00
skhameneh (Migrated from github.com) commented 2019-03-01 09:46:23 +01:00

I would suggest (formatting):

                    renderItem={({item}) => (
                      <UriBarItem item={item}
                        navigation={navigation}
                        onPress={() => this.handleItemPress(item)} />}
                      />
                    )
I would suggest (formatting): ``` renderItem={({item}) => ( <UriBarItem item={item} navigation={navigation} onPress={() => this.handleItemPress(item)} />} /> ) ```
skhameneh (Migrated from github.com) commented 2019-03-01 09:47:09 +01:00

Nice! 👍

Nice! 👍
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#444
No description provided.