I'm not sure if this is a NativeWind issue or a project issue. The text focus effect doesn't work.
Steps to reproduce:
Update line 16 in tvdemo.tsx from:
const buttonTextStyle = 'text-white text-[2.5vw]';
to:
const buttonTextStyle = 'text-white text-[2.5vw] focus:text-gray-900';
Expected result:
- The text color should change on hover, but it doesn't change.