Skip to content

Commit

Permalink
Align React Native OSS/Test Feature Flags (#28677)
Browse files Browse the repository at this point in the history
## Summary

Makes a few changes to align React Native feature flags for open source
and internal test renderer configurations.

* Enable `enableSchedulingProfiler` for profiling builds.
* Align `ReactFeatureFlags.test-renderer.native.js` (with
`ReactFeatureFlags.native-fb.js`).
  * Enable `enableUseMemoCacheHook`.
  * Enable `enableFizzExternalRuntime`.
  * Disable `alwaysThrottleRetries`.

## How did you test this change?

Ran the following successfully:

```
$ yarn test
$ yarn flow native
$ yarn flow fabric
```

DiffTrain build for commit 425f72b.
  • Loading branch information
yungsters committed Mar 29, 2024
1 parent f477752 commit 2eb1b51
Show file tree
Hide file tree
Showing 4 changed files with 1,159 additions and 334 deletions.
Loading

0 comments on commit 2eb1b51

Please sign in to comment.