Skip to content

Commit

Permalink
Move ReactNativeTypes-flowtest.js out of the Renderer folder
Browse files Browse the repository at this point in the history
Summary:
The renderer folder gets replaced by react syncs but we don't want to lose this flow test. It would make sense to move this file into the React repo as it is trying to test `ReactNativeTypes.js` which lives there. However, the React repo is on Flow 0.72 which apparently doesn't catch this issue.

Changelog: [Internal]

(Note: this ignores all push blocking failures!)

Reviewed By: gaearon

Differential Revision: D18231354

fbshipit-source-id: 69f4617899c06118c74a8991f061e3bb3fdc88fb
  • Loading branch information
elicwhite authored and facebook-github-bot committed Oct 30, 2019
1 parent 2a13f12 commit c5980a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import * as React from 'react';
import type {
HostComponent,
_InternalReactNativeComponentClass,
} from '../shims/ReactNativeTypes';
} from '../Renderer/shims/ReactNativeTypes';

function takesHostComponentInstance(
instance: React$ElementRef<HostComponent<mixed>> | null,
Expand Down

0 comments on commit c5980a4

Please sign in to comment.