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?

2 Answers 2

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

Sign up to request clarification or add additional context in comments.

Comments

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.