내 경우에는 삼항연산자로 child를 줄 때 연산 결과를 태그로 감싸지 않아서 발생했다
{isThis ? ( <View > {children} </View> </> ) : ( { children } // error 발생 -> View 로 감싸주어 해결 )}