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

'[skip ci] [RN][Android] Mark classes of package animated as @Nullsafe #42727

Closed
wants to merge 2 commits into from

Commits on Jan 31, 2024

  1. [skip ci] Fix wrong type in kotlin (facebook#42726)

    Summary:
    
    initHybrid always return a HybridData. we shouldn't allow null here.
    
    changelog: [internal] internal
    
    Reviewed By: cortinico, NickGerleman
    
    Differential Revision: D53200101
    mdvacca authored and facebook-github-bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c09d358 View commit details
    Browse the repository at this point in the history
  2. Mark classes of package animated as @nullsafe (facebook#42727)

    Summary:
    
    All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future
    
    changelog: [internal] internal
    
    Reviewed By: NickGerleman
    
    Differential Revision: D53200096
    mdvacca authored and facebook-github-bot committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f919e9a View commit details
    Browse the repository at this point in the history