File tree 1 file changed +3
-3
lines changed
packages/cli-platform-apple
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# @react-native-community/cli-platform-apple
2
2
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.
4
4
5
5
## Installation
6
6
@@ -44,7 +44,7 @@ module.exports = {
44
44
` cli-platform-apple ` also exports utilities to create OOT platform config.
45
45
46
46
- ` getProjectConfig() ` - creates project config for given platform
47
- - ` getDependencyConfg ()` - creates dependency config for given platform
47
+ - ` getDependencyConfig ()` - creates dependency config for given platform
48
48
49
49
Example (` <oot-platform>/packages/react-native/react-native.config.js ` ):
50
50
@@ -53,7 +53,7 @@ platforms: {
53
53
visionos: {
54
54
npmPackageName: ' @callstack/react-native-visionos' ,
55
55
projectConfig: getProjectConfig ({platformName: ' visionos' }),
56
- dependencyConfig: getDependencyConfg ({platformName: ' visionos' }),
56
+ dependencyConfig: getDependencyConfig ({platformName: ' visionos' }),
57
57
},
58
58
..
59
59
},
You can’t perform that action at this time.
0 commit comments