Skip to content

active: pseudo class does not work with Pressable from react-native-gresture-handler #270

Description

@cpakken
import { Pressable as PressableBase } from 'react-native-gesture-handler'
// import { Pressable as PressableBase } from 'react-native'
import { withUniwind } from 'uniwind'

const Pressable = withUniwind(PressableBase)
//const Pressable = PressableBase

//active: pseudo class does not work with Pressable from react-native-gresture-handler
<Pressable className="active:opacity-80" />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions