[React Native] Add getInspectorDataForViewAtPoint (#18233)

This commit is contained in:
Ricky
2020-03-11 16:12:41 +00:00
committed by GitHub
parent 99d7371863
commit bf351089a0
9 changed files with 235 additions and 12 deletions

View File

@@ -346,5 +346,6 @@
"345": "Root did not complete. This is a bug in React.",
"346": "An event responder context was used outside of an event cycle.",
"347": "Maps are not valid as a React child (found: %s). Consider converting children to an array of keyed ReactElements instead.",
"348": "ensureListeningTo(): received a container that was not an element node. This is likely a bug in React."
"348": "ensureListeningTo(): received a container that was not an element node. This is likely a bug in React.",
"349": "getInspectorDataForViewAtPoint() is not available in production."
}