Skip to content

Commit cce7843

Browse files
authored
Fix duplicate imports (facebook#4417)
1 parent a1babcf commit cce7843

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/_integration-with-existing-apps-ios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ To achieve this, we have to modify the `AppDelegate.swift`
349349
```diff title="AppDelegate.swift"
350350
import UIKit
351351
+import React_RCTAppDelegate
352-
+import React_RCTAppDelegate
353352

354353
@main
355354
-class AppDelegate: UIResponder, UIApplicationDelegate {

website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ To achieve this, we have to modify the `AppDelegate.swift`
349349
```diff title="AppDelegate.swift"
350350
import UIKit
351351
+import React_RCTAppDelegate
352-
+import React_RCTAppDelegate
353352

354353
@main
355354
-class AppDelegate: UIResponder, UIApplicationDelegate {

0 commit comments

Comments
 (0)