Skip to content

Commit

Permalink
React partial sync for 15ed22757...2cfa5ea92
Browse files Browse the repository at this point in the history
Summary:
This sync includes these changes:

- **[2cfa5ea92](facebook/react@2cfa5ea92 )**: Types: findHostInstance_DEPRECATED returns React.ElementRef<HostComponent<mixed>> (facebook#17265) //<Eli White>//

Changelog:
[General][Changed] React partial sync for 15ed22757...2cfa5ea92

Reviewed By: lunaleaps

Differential Revision: D18302477

fbshipit-source-id: a8198ec7f39ab86aed2a1d3077187fc50d0f38e9
  • Loading branch information
elicwhite authored and facebook-github-bot committed Nov 4, 2019
1 parent 88f64a5 commit 0799910
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libraries/Renderer/REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4eeee358e12c1408a4b40830bb7bb6956cf26b47
2cfa5ea9225465fc8d9dff184b2348db24d2ed05
4 changes: 3 additions & 1 deletion Libraries/Renderer/shims/ReactNativeTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ type SecretInternalsFabricType = {
*/
export type ReactNativeType = {
NativeComponent: typeof ReactNativeComponent,
findHostInstance_DEPRECATED(componentOrHandle: any): ?HostComponent<mixed>,
findHostInstance_DEPRECATED(
componentOrHandle: any,
): ?ElementRef<HostComponent<mixed>>,
findNodeHandle(componentOrHandle: any): ?number,
dispatchCommand(handle: any, command: string, args: Array<any>): void,
render(
Expand Down

0 comments on commit 0799910

Please sign in to comment.