Skip to content

Commit ef6f2fb

Browse files
javachefacebook-github-bot
authored andcommitted
Create granite.target_platform for RN overrides (react#51076)
Summary: Pull Request resolved: react#51076 Changelog: [Internal] Reviewed By: MichaelTay, rshest Differential Revision: D73451500 fbshipit-source-id: b31962fed5004204e15f4adbaf8a8ce2432b94a2
1 parent 3ac16dd commit ef6f2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native-fantom/runner

packages/react-native-fantom/runner/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function getBuckModesForPlatform(
4242
throw new Error(`Unsupported platform: ${os.platform()}`);
4343
}
4444

45-
return ['@//xplat/mode/react-native/force-cxx-platform', osPlatform];
45+
return ['@//xplat/mode/react-native/granite', osPlatform];
4646
}
4747

4848
export type AsyncCommandResult = {

0 commit comments

Comments
 (0)