Git Product home page Git Product logo

Comments (6)

vjeux avatar vjeux commented on March 29, 2024

Look at TouchableWithoutFeedback to implement your custom touchable element.

However, be warned that this is a very dangerous path. One of the big reasons why native apps feel native is because those touchable elements have been put a lot of thoughts into.

I'd love to know what your use case is to help you find the best implementation

from react-native.

irvinebroque avatar irvinebroque commented on March 29, 2024

@jlongster - here's an example of a :hover pseudo-class with CSS in JS:

https://gist.github.com/irvinebroque/a4530228bdab51fa3939

from react-native.

jlongster avatar jlongster commented on March 29, 2024

Since I realized I could use an rgba color for the underlay, I'm good (was thinking of opacity). I agree, I don't want to re-implement the "active" behavior of a touchable. I was just saying that you could allow more display-related properties than just backgroundColor, though now I'm having a hard time coming up with a good use case.

@irvinebroque that's cool, but on the web, you still couldn't access :after and :before elements in the more general pseudo-class case.

from react-native.

vjeux avatar vjeux commented on March 29, 2024

The other common use case on iOS is opacity. We're going to bring it to the oss repo soon :)

from react-native.

irvinebroque avatar irvinebroque commented on March 29, 2024

@jlongster - true, but you can render new DOM elements based on state, which covers the more general case, no? For example:

https://gist.github.com/irvinebroque/520871ff44042b91b518 (scenario where you might otherwise use a pseudo element's content to render a tooltip)

The only pseudo selectors I've been unable to implement purely in React have been browser specific like ::-webkit-input-placeholder

from react-native.

jlongster avatar jlongster commented on March 29, 2024

Yeah, the need for before and after are mitigated I suppose. Anyway, thanks for the responses, there's not really anything actionable here so I'll close it.

from react-native.

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.