For me, I was using a react component in the app using react-native-react-bridge
. And adding use-dom
on the top of the react file as explained in the official docs here https://docs.expo.dev/guides/dom-components/, I was able to resolve this issue.