0

React Devtools not showing <View> component in React Native.

I tested it with Flipper and RNDebugger tools and I still cannot see my <View> components in tree.

I am using newest React, Recat Native and devtools. What can be the problem?

Baterka
  • 3,075
  • 5
  • 31
  • 60

2 Answers2

1

I found answer...

There are filters in React Devtools what needs to be removed to be able to see View component:

enter image description here

Baterka
  • 3,075
  • 5
  • 31
  • 60
0

If you are using flipper in mac system than It's working properly but in window system this problem is occurred due to port number issue. I have solved this problem using below command in window system.You can try using this command.

enter image description here

react-native run-android --port 8097.

Atul Tiwari
  • 544
  • 1
  • 7
  • 17