marklawlor / nativewind

React Native utility-first universal design system - powered by Tailwind CSS
https://nativewind.dev
MIT License
4.3k stars 233 forks source link

Nativewind has no exported member: styled and StyledComponent #881

Open amars29 opened 1 month ago

amars29 commented 1 month ago

I tried exporting styled component to make a component to enable classNames inside it. But it doesn;t have it. Actually the styled and StyledComponent were earlier present inside dist folder in version 2.0.11 but it is not in version 4.0.36

AZReed commented 2 weeks ago

Screenshot 2024-04-29 at 12 53 49 AM

Not sure if this is the same issue, @amars29 , but I think I'm having it too with nativewind v4

daybreaker commented 1 week ago

Running into this issue using react native bottom sheet, trying to get my custom colors to work for font and background colors in regular Text and View components inside a BottomSheetView. Someone said their solution was to wrap BottomSheetView in styled but v4 doesnt have this. I have tried using cssInterop without success so far.