Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop syncing ReactTypes to RN #18366

Merged
merged 1 commit into from
Mar 21, 2020

Commits on Mar 21, 2020

  1. Stop syncing ReactTypes to RN

    This is a really old one and all callers have since been codemodded away
    anyway because of problems.
    
    This file is not really as rigorously maintained as the official Flow types
    but has a few more specifics. However, the inconsistency causes problems
    when you try to pass files typed using the built-in Flow typing for React
    and mix it with these.
    
    We just happen to get away with it because we compile out the types. If we
    didn't we would hit those problems by even using these in our renderers.
    sebmarkbage committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    5bfcceb View commit details
    Browse the repository at this point in the history