Hi, I am having this error in react native and cannot figure out what is causing it. Help would be greatly appreciated.
Thank you
The issue is whitespace. Using tabs however does not count as whitespace. Try removing the space between the tag and the comment in lines 32 and 37.
{/*green*/}
should be either
or