Tracking the last unimplemented feature from the 5.0 scope in nativewind/nativewind#1818. filter is already handled by parseFilter in src/compiler/declarations.ts, but mix-blend-mode has no implementation and the vendored Tailwind effects tests still assert a not supported warning for every mix-blend class.
The old PR nativewind/nativewind#1111 patches v4 react-native-css-interop paths that no longer exist, so this needs a fresh compiler mapping from mix-blend-mode to the mixBlendMode style prop (RN 0.76 and up), plus flipping the vendored effects tests from warnings to values. This blocks cutting the 5.0 RC.
Tracking the last unimplemented feature from the 5.0 scope in nativewind/nativewind#1818. filter is already handled by parseFilter in src/compiler/declarations.ts, but mix-blend-mode has no implementation and the vendored Tailwind effects tests still assert a not supported warning for every mix-blend class.
The old PR nativewind/nativewind#1111 patches v4 react-native-css-interop paths that no longer exist, so this needs a fresh compiler mapping from mix-blend-mode to the mixBlendMode style prop (RN 0.76 and up), plus flipping the vendored effects tests from warnings to values. This blocks cutting the 5.0 RC.