You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have an issue occur when i try to creact new react native project , when the project is runing error is see like undefined is not a function ( evaluation 'reactDevTools.connectToDevTools') in android divices
i rollback the npm and yarn using the following code
npm install --save-dev [email protected]
yarn add --dev [email protected]
and also use npm install
but not working
The text was updated successfully, but these errors were encountered:
@junaid003 I had the same problem with create-react-app. I opened an issue, after two days it was closed.
But, the way you can save this problem is that you need to install react-devtools package
facebook
locked as resolved and limited conversation to collaborators
Jan 4, 2020
i have an issue occur when i try to creact new react native project , when the project is runing error is see like

undefined is not a function ( evaluation 'reactDevTools.connectToDevTools') in android divices
i rollback the npm and yarn using the following code
npm install --save-dev [email protected]
yarn add --dev [email protected]
and also use npm install
but not working
The text was updated successfully, but these errors were encountered: