File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/cli-platform-apple Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# @react-native-community/cli-platform-apple
22
3- This package is part of the [ React Native CLI] ( ../../README.md ) . It contains utilities for building reusable commands targetting Apple platforms.
3+ This package is part of the [ React Native CLI] ( ../../README.md ) . It contains utilities for building reusable commands targeting Apple platforms.
44
55## Installation
66
@@ -44,7 +44,7 @@ module.exports = {
4444` cli-platform-apple ` also exports utilities to create OOT platform config.
4545
4646- ` getProjectConfig() ` - creates project config for given platform
47- - ` getDependencyConfg ()` - creates dependency config for given platform
47+ - ` getDependencyConfig ()` - creates dependency config for given platform
4848
4949Example (` <oot-platform>/packages/react-native/react-native.config.js ` ):
5050
@@ -53,7 +53,7 @@ platforms: {
5353 visionos: {
5454 npmPackageName: ' @callstack/react-native-visionos' ,
5555 projectConfig: getProjectConfig ({platformName: ' visionos' }),
56- dependencyConfig: getDependencyConfg ({platformName: ' visionos' }),
56+ dependencyConfig: getDependencyConfig ({platformName: ' visionos' }),
5757 },
5858 ..
5959 },
You can’t perform that action at this time.
0 commit comments