Skip to content

Commit

Permalink
Rename native flags for RTR
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Mar 29, 2024
1 parent 6cd6ba7 commit c6a7756
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/rollup/forks.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,7 @@ const forks = Object.freeze({
case RN_FB_DEV:
case RN_FB_PROD:
case RN_FB_PROFILING:
case RN_OSS_DEV:
case RN_OSS_PROD:
case RN_OSS_PROFILING:
return './packages/shared/forks/ReactFeatureFlags.test-renderer.native.js';
return './packages/shared/forks/ReactFeatureFlags.test-renderer.native-fb.js';
case FB_WWW_DEV:
case FB_WWW_PROD:
case FB_WWW_PROFILING:
Expand Down

0 comments on commit c6a7756

Please sign in to comment.