Giter VIP home page Giter VIP logo

Comments (3)

cesardeazevedo avatar cesardeazevedo commented on May 31, 2024

Yes indeed, the textColor was left behind, i am using the highlightColor prop as the actual default text color of the <Text /> component, and only using the textColorExpanded to set the expanded color.

That is how it works.

  • When expanded, All <Text /> components on the header will be set to the textColorExpanded color.
  • When collapsed, All <Text /> components returns to the original color which was set on highlightColor prop.

So this means that each can have a different default color when collapsed, but they can only have one color when expanded.

The highlightColor is a work around that i found when trying to get the color from the styles directly.

I remember posting this doubt on stack-overflow, but i never got any answer.
https://stackoverflow.com/questions/43061034/how-to-get-style-props-on-the-native-side-in-react-native

Please, feel free to send me a pull request removing the textColor prop.

Thanks for report.

from react-native-bottom-sheet-behavior.

andrewworld avatar andrewworld commented on May 31, 2024

I think you shouldn't remove textColor prop. Temporarily, it will be better to make it work, like textColorExpanded works, until you'll find out how to use colors from styles.

from react-native-bottom-sheet-behavior.

cesardeazevedo avatar cesardeazevedo commented on May 31, 2024

It will doesn't work because each <Text /> component inside can start with a different colors from each other when collapsed, but only one color when expanded, and i cannot add textColorCollapsed to a ReactTextView.

from react-native-bottom-sheet-behavior.

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.