[fix] forwarding of refs and props

Fixes a performance regression in prop forwarding by reintroducing prop filtering.
Fixes ref forwarding to host components, mutating the host node to add imperative APIs.
This commit is contained in:
Nicolas Gallagher
2020-04-17 16:03:24 -07:00
parent 0ffbf66b1a
commit cf7d5e9b07
20 changed files with 531 additions and 719 deletions
@@ -23,7 +23,6 @@ Please also refer to the in-depth "Accessibility" and "Style" guides.
| accessibilityValue | ?Object | |
| accessible | ?boolean | |
| children | ?any | |
| forwardedRef | ?Ref | |
| hitSlop | ?Object | |
| importantForAccessibility | ?string | |
| nativeID | ?string | |