If I use the create-react-native-app to run my project, I do not see the problem you were talking about. But if I use init-init to create my project, I see the same problem. To take full advantage of native and expo client response integration, follow these steps:
npm install -g create-react-native-app
create-react-native-app YourProjectName
cd YourProjectName
npm start
Hope this helps.
source
share