So basically this will not work.
const Container = styled.View`
flex: 1;
/*
justify-content: center;
align-items: center;
background-color: white; */
`;
And there will be no error, so user won't be able to find ui specific bug.
The only solution I come up is remove comments first.
Using regex like this \/\*[^*]*\*+([^/*][^*]*\*+)*\/ will remove css comments.
Hi @rockmandash! Thanks for reporting the issue. I'll review the test cases again and see if I can fix it, soon.
@nitin42 Thank you.
Some progress here #840
Most helpful comment
Hi @rockmandash! Thanks for reporting the issue. I'll review the test cases again and see if I can fix it, soon.