Skip to content

Commit

Permalink
Mark ReactPackage as NullSafe (facebook#39316)
Browse files Browse the repository at this point in the history
Summary:

Marking ReactPackage as NullSafe as it has proper annotations

changelog: [internal] internal

Reviewed By: NickGerleman

Differential Revision: D48992474
  • Loading branch information
mdvacca authored and facebook-github-bot committed Sep 8, 2023
1 parent 016e4af commit 36a95e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
package com.facebook.react;

import androidx.annotation.NonNull;
import com.facebook.infer.annotation.Nullsafe;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.UIManagerModule;
Expand All @@ -30,6 +31,7 @@
*
* <p>TODO(6788500, 6788507): Implement support for adding custom views, events and resources
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
public interface ReactPackage {

/**
Expand Down

0 comments on commit 36a95e8

Please sign in to comment.