react-native-macos/Libraries/Renderer
Eli White bbc5c35a61 Convert to using forwardRef
Summary:
TextInput now acts as a host component and can be passed directly to our new APIs that require a host component. Callsites no longer need to call

```
inputRef.getNativeRef()
```

We mutate the ref to the host component adding the imperative methods of the TextInput so you can still call `inputRef.clear` and `inputRef.isFocused`.

Changelog:
[General][Changed] TextInput now uses `forwardRef` allowing it to be used directly by new APIs requiring a host component.

Reviewed By: yungsters

Differential Revision: D18458408

fbshipit-source-id: 1f149fd575210d702fa0fdf3d05bb2162436a773
2019-11-15 14:02:42 -08:00
..
implementations Partial React Sync for revisions 4eeee358e12c...2b18a13d2bf 2019-10-31 12:00:55 -07:00
shims Convert to using forwardRef 2019-11-15 14:02:42 -08:00
REVISION React partial sync for 15ed22757...2cfa5ea92 2019-11-04 12:22:53 -08:00