dripsy icon indicating copy to clipboard operation
dripsy copied to clipboard

🍷 Responsive, unstyled UI primitives for React Native + Web.

Results 40 dripsy issues
Sort by recently updated
recently updated
newest added

When I am importing `View` from Dripsy into a component, I am getting an unexpected behavior for flex. My row's are being reversed (`flexDirection: row-reverse`) across multiple components when comparing...

The following `CardElement` type will be `never` but ideally would be `ReactNative.View`. ```jsx const Card = styled(ReactNative.View)({}); // Later type CardElement = React.ElementRef; ``` Here's an example that works as...

I can't use fontVariant: ['small-caps'] in sx prop. This causes below error on iOS simulator: ``` JSON value 'small-caps' of type NSString cannot be converted to NSArray ``` In Android...

"dependencies": { "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.18.6", "@expo-google-fonts/ibm-plex-sans-kr": "^0.2.2", "@homielab/react-native-auto-scroll": "^0.0.8", "@react-navigation/native": "^6.0.11", "@react-navigation/native-stack": "^6.7.0", "@react-navigation/stack": "^6.2.2", "babel-preset-expo": "^9.1.0", "dripsy": "^3.6.0", "expo": "^45.0.0", "expo-font": "~10.1.0", "expo-linear-gradient": "^11.3.0", "expo-linking": "^3.1.0", "expo-splash-screen": "^0.15.1",...

if i add some `buttons` variants to my theme and declare one of these as the `defaultVariant` for my `Button` component, styles from the `defaultVariant` must be manually reset or...

when using the `styled` api to compose a dripsy comp as follows: ```jsx import { styled, Pressable } from 'dripsy'; export const Button = styled(Pressable, { themeKey: "buttons", defaultVariant: "medium",...

Hello! I was wondering if there is something I didn't setup correctly. When using `styled` or the `sx` prop there doesn't seem to be support for showing the available options...

# Steps to Reproduce: 1. Create an expo managed app with expo init (SDK 45); 2. Install `dripsy` and `@dripsy/gradient`(3.6.0); 3. Use the gradient component anywhere on the app. ####...

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies