Skip to content

Commit 5dfabda

Browse files
fix: remove iso-dependency-managers reference
1 parent 79c07e6 commit 5dfabda

2 files changed

Lines changed: 3 additions & 128 deletions

File tree

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,34 @@
11
---
22
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.
44
license: MIT
55
metadata:
66
author: Callstack
7-
tags: react-native, ios, spm, cocoapods, carthage, objc, swift, migration
7+
tags: react-native, ios, objc, swift, migration
88
---
99

1010
# React Native Native iOS Tooling
1111

1212
## Overview
1313

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.
1515

1616
## When to Apply
1717

1818
Reference these guidelines when:
19-
- Choosing or switching iOS dependency managers (SPM, Carthage, CocoaPods)
2019
- Planning a migration from Objective-C to Swift
21-
- Evaluating the cost of switching away from CocoaPods
2220

2321
## Quick Reference
2422

2523
| File | Description |
2624
|------|-------------|
27-
| [ios-dependency-managers.md][ios-dependency-managers] | SPM vs Carthage vs CocoaPods comparison |
2825
| [objc-to-swift-migration.md][objc-to-swift-migration] | ObjC → Swift migration checklist |
2926

3027
## Problem → Skill Mapping
3128

3229
| Problem | Start With |
3330
|---------|------------|
34-
| Choosing iOS dependency manager | [ios-dependency-managers.md][ios-dependency-managers] |
35-
| Migrating away from CocoaPods | [ios-dependency-managers.md][ios-dependency-managers] |
3631
| Planning ObjC to Swift migration | [objc-to-swift-migration.md][objc-to-swift-migration] |
3732
| Migrating native module to Swift | [objc-to-swift-migration.md][objc-to-swift-migration] |
3833

39-
[ios-dependency-managers]: references/ios-dependency-managers.md
4034
[objc-to-swift-migration]: references/objc-to-swift-migration.md

skills/rn-native-ios-tooling/references/ios-dependency-managers.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)