vitalets / react-native-extended-stylesheet

Extended StyleSheets for React Native
MIT License
2.93k stars 132 forks source link

Attribute "rgba(255,255,255,.7)" missed quot(")!! #115

Closed pacientk closed 4 years ago

pacientk commented 5 years ago

How to rid from React Native Debugger warning:

image

[xmldom warning] attribute "rgba(255,255,255,.7)" missed quot(")!! YellowBox.js:67

Of course I tried to change quotes to " and ' and ` - no result

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

pacientk commented 4 years ago

Yes, it still relevant. I didnt found solution for it. Can you help me with it?

vitalets commented 4 years ago

@pacientk Could you show the code?

pacientk commented 4 years ago

what the code specific?

This is the warnings: image

This is example of global styles of project: image

pacientk commented 4 years ago

Is there any solution?

leobetosouza commented 4 years ago

Probably the solution is use $black_90: "'rbga(0, 0, 0, .9)'" or $black_90: '"rbga(0, 0, 0, .9)"' on every statement. Sadly I am without time to try this.

pacientk commented 4 years ago

Probably the solution is use $black_90: "'rbga(0, 0, 0, .9)'" or $black_90: '"rbga(0, 0, 0, .9)"' on every statement. Sadly I am without time to try this.

Thx. I will try...

stale[bot] commented 4 years ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.