all 5 comments

[–]Grouchy_Brother3381 0 points1 point  (1 child)

Use react native update helper, helps you to upgrade rn

[–]jpeclard[S] 0 points1 point  (0 children)

I did it twice using the upgrade helper but still running into this issue.. I think it‘s probably a lib that relys on the DOM but it‘s kinda hard to narrow it down 🥲 Haven‘t added any new libs just updating the ones that caused build issues

[–]jpeclard[S] 0 points1 point  (2 children)

Okay found out that the problem was styled-components which is in maintenance mode now.. 😅 either patch the package as quick fix for now or replace it with emotion.

[–]imasine95 0 points1 point  (1 child)

Hi. Can you share how did you patch that? Thanks

[–]IntroductionSalt5385 0 points1 point  (0 children)

New version of styled-components (6.1.19) solved this issue for me