kristerkari / react-native-sass-transformer

Use Sass to style your React Native apps.
MIT License
219 stars 19 forks source link

The project doesn't accept color in scss. #14

Closed diego-aguilar closed 5 years ago

diego-aguilar commented 5 years ago

Hi, in my project I have a issue. "Warning: Failed prop type: Invalid props.style key 'color' supplie to 'View'. ¿Can you help me please?

kristerkari commented 5 years ago

That's because React Native's <View> element does not support the color styling prop. You need to set the color to <Text> instead.

diego-aguilar commented 5 years ago

Oh, it´s correct, i'm sorry, thanks.

kristerkari commented 5 years ago

No worries :) Let me know if you have any other issues 👍