Giter Club home page Giter Club logo

Comments (8)

ranyefet avatar ranyefet commented on June 4, 2024

+1
I got the same error in 0.9.0
Anyone has a fix? it looks like flex properties has no effect.

from react-native-scrollable-tab-view.

pickhardt avatar pickhardt commented on June 4, 2024

Not me, not yet... I tried for a decent amount of time too. I'm not sure why it would break just by upgrading to 0.9.0 but I downgraded and it fixed it, then upgraded and it broke it, so I'm pretty confident that just upgrading is what broke it.

from react-native-scrollable-tab-view.

tnguyen42 avatar tnguyen42 commented on June 4, 2024

Try to replace your tab style by:

  tab: {
    flex: 1,
    alignItems: 'center',
    justifyContent: 'center',
    paddingBottom: 10,
    width: deviceWidth / numberOfTabs,
  },

Also, add textAlign: 'center' in your tab name.

from react-native-scrollable-tab-view.

ranyefet avatar ranyefet commented on June 4, 2024

@brentvatne @tnguyen42 Thanks for the suggestion. But I rather let Flex do it's thing instead of using fixed width.
Anybody know why Flex properties has no affect?

from react-native-scrollable-tab-view.

tnguyen42 avatar tnguyen42 commented on June 4, 2024

If you're using @pickhardt design, the bottom bar width is already defined depending on the deviceWidth and the numberOfTabs.
Otherwise, no clue why flex properties aren't working.

from react-native-scrollable-tab-view.

cjmling avatar cjmling commented on June 4, 2024

I upgraded to 0.10.0 and having the same issue. Thanks @tnguyen42 for quick fix for now :)

from react-native-scrollable-tab-view.

brentvatne avatar brentvatne commented on June 4, 2024

Thanks @christopherdro for the fix :)

from react-native-scrollable-tab-view.

christopherdro avatar christopherdro commented on June 4, 2024

👍

from react-native-scrollable-tab-view.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.