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

Require Flow types in all react-native source files #45786

Closed
wants to merge 2 commits into from

Commits on Sep 27, 2024

  1. Add minimal Flow types to remaining files under Libraries/

    Summary:
    Adds `flow` annotation, and/or adds minimal Flow types to remaining files under `packages/react-native/Libraries/`. As of this diff, 100% of this directory is now parsable by `flow-api-translator` and covered by `public-api-test`.
    
    Changelog: [Internal]
    
    Differential Revision: D60377082
    Alex Hunt authored and facebook-github-bot committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    b98a223 View commit details
    Browse the repository at this point in the history
  2. Require Flow types in all react-native source files (facebook#45786)

    Summary:
    Pull Request resolved: facebook#45786
    
    Following D60377082, `packages/react-native/Libraries/` is now 100% parsable by `flow-api-translator` and covered by `flow-api-test`. This diff increases test strictness to preserve this state going forward.
    
    Changelog: [Internal]
    
    Reviewed By: cortinico
    
    Differential Revision: D60377123
    huntie authored and facebook-github-bot committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5fb1292 View commit details
    Browse the repository at this point in the history