Skip to content

Underline does not show on initial load for customized Tab Bar (v0.6.7) #672

Closed
@oureta

Description

@oureta
<ScrollableTabView>
  renderTabBar={tabBarProps => <ScrollableTabBar {...tabBarProps} />}
...

Activity

zhangxiaoyu1314

zhangxiaoyu1314 commented on Jun 23, 2017

@zhangxiaoyu1314

+1

GreyLove

GreyLove commented on Jun 27, 2017

@GreyLove

+1

cricketnest

cricketnest commented on Jul 1, 2017

@cricketnest

the same issue, but for default scrollableTabView.

Clcll

Clcll commented on Jul 6, 2017

@Clcll

the same. .. did you solve this issue ?

iambatoan

iambatoan commented on Jul 10, 2017

@iambatoan

does someone have any solution? same issue for

thaiminh

thaiminh commented on Jul 10, 2017

@thaiminh

same issue here :(

nishiltamboli

nishiltamboli commented on Jul 10, 2017

@nishiltamboli

Downgraded to 0.6.6 and the first tab opens up fine. The underline seems to work correctly. Something went wrong with 0.6.7.

CodingMonkeyzh

CodingMonkeyzh commented on Jul 10, 2017

@CodingMonkeyzh

replace this.props.scrollValue._value to this.props.scrollValue.__getValue() can resolve this issue.

self-assigned this
on Jul 28, 2017
oureta

oureta commented on Dec 15, 2017

@oureta
Author

This also happens on v0.8.0. @skv-headless, i know you don't want to add tabBarStyle prop but with this issue it won't be possible to remove the bottom border.

wanghz2

wanghz2 commented on Jan 4, 2018

@wanghz2

possible fix in caller side? overwrite the imported function?

arfaWong

arfaWong commented on Feb 9, 2018

@arfaWong

same issue here on v0.8.0. @skv-headless.
I manually replace this.props.scrollValue._value to this.props.scrollValue.__getValue() and resolve this issue.

gmaggio

gmaggio commented on Apr 2, 2018

@gmaggio

The suggested this.props.scrollValue.__getValue() seems to fix the problem. Just wondering but why isn't it implemented yet?

wanghz2

wanghz2 commented on Apr 20, 2018

@wanghz2

@skv-headless we are expecting you have plan checkin the fix into v0.8.next release, to avoid we re-package or find not ideal workaround from caller side.

2 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @gmaggio@ptomasroos@skv-headless@thaiminh@CodingMonkeyzh

      Issue actions

        Underline does not show on initial load for customized Tab Bar (v0.6.7) · Issue #672 · ptomasroos/react-native-scrollable-tab-view