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
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