Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial implementation for new Bot UI #1437

Merged
merged 9 commits into from
Oct 23, 2017
Merged

Initial implementation for new Bot UI #1437

merged 9 commits into from
Oct 23, 2017

Conversation

aksonov
Copy link
Contributor

@aksonov aksonov commented Oct 23, 2017

Initial implementation for new Bot UI (#1412, #1413, #1405, #1406) without location metadata (address is used temporary)

_footerComponent = () =>
(this.bot.posts.length > 0 ? <ListFooter footerImage={require('../../../images/graphicEndPosts.png')} finished={this.bot.posts.length === this.bot.totalItems} /> : null);
// workaround: we need footer to be shown to unhide last posts hidden by add post input box
_footerComponent = () => <View style={{height: 60}} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did the marginBottom style on FlatList not work for this?

@southerneer southerneer merged commit bb3cb5e into master Oct 23, 2017
@bengtan bengtan deleted the 1405 branch May 30, 2018 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants