reactjs – How to get rid of this error in React native

Does anyone else get this error and just have to ignore it constantly? Unexpected text node: . A text node cannot be a child of a . There’s not an extra ‘.’ somewhere in my code as it suggests. there may be in some package that I’m using. I feel like every project I make, it inevitably gets this error and I can’t trace it back to any piece of code that I’ve written. I could be wrong but I feel like I’m going crazy so does this happen to anyone else?

I’ve tried commenting out every line of code and it’s always some component or something that I find to be throwing the error but I can never find the actual ‘period’ that is causing the error. It’s so annoying

Read more here: Source link