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

remapProps is not a function #855

Open brerdem opened 2 months ago

brerdem commented 2 months ago

Describe the bug remapProps function returns undefined

To Reproduce 1) install nativewind and dependencies 2) install react-native-elements 3) try to remap props of a RNE element, such as Button

Expected behavior Props should be correctly remapped without errors

Simulator Screenshot - iPhone 14 - 2024-03-19 at 09 09 00

Additional context

Using nativewind@^4.0.1 react-native@0.72.4 react-native-elements@4.0.0-rc.8 node@18.17.1 MacOS Ventura

I also also cleared Metro's cache and tried to delete and reinstall node_modules