nativewind icon indicating copy to clipboard operation
nativewind copied to clipboard

Text-{anyColor}-{anyNumber} does not work on Native Text Component in PRODUCTION ONLY. - V.4.0.36",

Open AyoParadis opened this issue 1 year ago • 2 comments

Th solution is add the style tag which i do not want to do. Version: "nativewind": "^4.0.36",

      <Text
            style={{
              color: moment.momentLabel === 'red' ? '#f87171' : '#60a5fa'
            }}
            className={cn('w-60 truncate font-ggRegular', {
              // 'text-red-400': moment.momentLabel === 'red',
              // 'text-blue-400': moment.momentLabel === 'blue'
            })}
            numberOfLines={1}>
            {moment.topics}
          </Text>

AyoParadis avatar Apr 16 '24 11:04 AyoParadis

@AyoCodess Is this still an issue for you?

danstepanov avatar May 30 '24 15:05 danstepanov

@AyoCodess Is this still an issue for you?

It's intermittent #924

AyoParadis avatar May 30 '24 17:05 AyoParadis

We are closing all pre-v4.1 issues now that v4.1 is released. If the problem is still happening with the latest v4.1, please open a new issue and reference this one in the description.

danstepanov avatar Sep 02 '24 23:09 danstepanov