|
1 | 1 | --- |
2 | 2 | name: rn-native-ios-tooling |
3 | | -description: Covers iOS dependency manager comparison (SPM vs Carthage vs CocoaPods) and Objective-C to Swift migration strategies. Use when evaluating iOS dependency managers or planning an ObjC to Swift migration. |
| 3 | +description: Covers Objective-C to Swift migration strategies. Use when planning an ObjC to Swift migration. |
4 | 4 | license: MIT |
5 | 5 | metadata: |
6 | 6 | author: Callstack |
7 | | - tags: react-native, ios, spm, cocoapods, carthage, objc, swift, migration |
| 7 | + tags: react-native, ios, objc, swift, migration |
8 | 8 | --- |
9 | 9 |
|
10 | 10 | # React Native Native iOS Tooling |
11 | 11 |
|
12 | 12 | ## Overview |
13 | 13 |
|
14 | | -Practical guidance for iOS dependency management and Objective-C to Swift migration in React Native projects. |
| 14 | +Practical guidance for Objective-C to Swift migration in React Native projects. |
15 | 15 |
|
16 | 16 | ## When to Apply |
17 | 17 |
|
18 | 18 | Reference these guidelines when: |
19 | | -- Choosing or switching iOS dependency managers (SPM, Carthage, CocoaPods) |
20 | 19 | - Planning a migration from Objective-C to Swift |
21 | | -- Evaluating the cost of switching away from CocoaPods |
22 | 20 |
|
23 | 21 | ## Quick Reference |
24 | 22 |
|
25 | 23 | | File | Description | |
26 | 24 | |------|-------------| |
27 | | -| [ios-dependency-managers.md][ios-dependency-managers] | SPM vs Carthage vs CocoaPods comparison | |
28 | 25 | | [objc-to-swift-migration.md][objc-to-swift-migration] | ObjC → Swift migration checklist | |
29 | 26 |
|
30 | 27 | ## Problem → Skill Mapping |
31 | 28 |
|
32 | 29 | | Problem | Start With | |
33 | 30 | |---------|------------| |
34 | | -| Choosing iOS dependency manager | [ios-dependency-managers.md][ios-dependency-managers] | |
35 | | -| Migrating away from CocoaPods | [ios-dependency-managers.md][ios-dependency-managers] | |
36 | 31 | | Planning ObjC to Swift migration | [objc-to-swift-migration.md][objc-to-swift-migration] | |
37 | 32 | | Migrating native module to Swift | [objc-to-swift-migration.md][objc-to-swift-migration] | |
38 | 33 |
|
39 | | -[ios-dependency-managers]: references/ios-dependency-managers.md |
40 | 34 | [objc-to-swift-migration]: references/objc-to-swift-migration.md |
0 commit comments