Skip to content

Commit f23a5f9

Browse files
committed
revert options change to avoid TS errors
1 parent 0b94149 commit f23a5f9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/plugin-platform-visionos/src/lib/pluginPlatformVisionOS.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ import {
99
} from '@callstack/rnef-plugin-platform-apple';
1010
import { getProjectConfig } from '@react-native-community/cli-config-apple';
1111

12-
const targetPlatform = { platformName: 'visionos' }
13-
14-
const projectConfig = getProjectConfig(platform);
15-
const buildOptions = getBuildOptions(platform);
16-
const runOptions = getRunOptions(platform);
12+
const projectConfig = getProjectConfig({ platformName: 'visionos' });
13+
const buildOptions = getBuildOptions({ platformName: 'visionos' });
14+
const runOptions = getRunOptions({ platformName: 'visionos' });
1715

1816
export const pluginPlatformVisionOS =
1917
() =>

0 commit comments

Comments
 (0)