nandorojo / dripsy

🍷 Responsive, unstyled UI primitives for React Native + Web.
https://dripsy.xyz
MIT License
1.98k stars 77 forks source link

Missing property shadowOffset #290

Closed romanakash closed 6 months ago

romanakash commented 1 year ago
Screenshot 2023-05-30 at 00 09 24

Using dripsy 4.3.3 and typescript v5.

Trying to setup dripsy for first time but autcompletion for styles is also not working. Tried downgrading version but also not working

nandorojo commented 1 year ago

sorry missed this, very odd i’ll take a look

nandorojo commented 1 year ago
Screenshot 2023-06-13 at 1 52 50 PM

I can't reproduce this. Can you create a minimal repro by chance?

nandorojo commented 1 year ago

if you create a minimal reproduction i can take a look, it is working on my end for some reason

nandorojo commented 1 year ago

that makes me think it’s clashing with @types/react-native or something like that

matifriaz commented 1 year ago

I also have this issue with the new dripsy version. Did we find any fix for this @nandorojo ?

nandorojo commented 1 year ago

Not quite. Is there a link to the github repo reproducing it?

nandorojo commented 6 months ago

I think you need the latest RN that expo supports and to remove @types/react-native to fix this.