Files
react-native/packages
Rubén Norte d1e7caa1d4 Mark override and dangerouslyReset in ReactNativeFeatureFlags as JVM static (#42908)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42908

Changelog: [internal]

Just a small ergonomic improvement to do `ReactNativeFeatureFlags.override` instead of `ReactNativeFeatureFlags.INSTANCE.override` in Java.

We already did this for the methods to access the feature flags in the same class.

Reviewed By: rshest

Differential Revision: D53516254

fbshipit-source-id: cdaa90b3baae4f780a42a96ebb07de78bd968019
2024-02-07 12:27:15 -08:00
..