Skip to content

Button from rngh #240

Description

@marijang

What happened?

import { Pressable, PressableProps } from "react-native-gesture-handler";
import { withUniwind } from "uniwind";

const CustomPressable = withUniwind(Pressable);

border is not working when i put classname border border-primary.... but it work on classic pressable from react native

Steps to Reproduce

import { Pressable, PressableProps } from "react-native-gesture-handler";
import { withUniwind } from "uniwind";

const CustomPressable = withUniwind(Pressable);

<CustomPressable classname="border border-red-500"

Snack or Repository Link

Uniwind version

latest

React Native Version

0.81.5

Platforms

Android

Expo

Yes

Additional information

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