Skip to content

Commit 05a5a3b

Browse files
authored
Update iOS template files in Fabric Native Components Introduction (#4462)
1 parent 68857a5 commit 05a5a3b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/fabric-native-components-ios.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@ open Demo.xcworkspace
6060
Podfile
6161
...
6262
Demo
63-
├── AppDelegate.h
64-
├── AppDelegate.mm
63+
├── AppDelegate.swift
6564
...
6665
// highlight-start
6766
├── RCTWebView.h
68-
── RCTWebView.mm
67+
── RCTWebView.mm
6968
// highlight-end
70-
└── main.m
7169
```
7270

7371
After creating the header file and the implementation file, you can start implementing them.

website/versioned_docs/version-0.77/fabric-native-components-ios.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,12 @@ open Demo.xcworkspace
6060
Podfile
6161
...
6262
Demo
63-
├── AppDelegate.h
64-
├── AppDelegate.mm
63+
├── AppDelegate.swift
6564
...
6665
// highlight-start
6766
├── RCTWebView.h
68-
── RCTWebView.mm
67+
── RCTWebView.mm
6968
// highlight-end
70-
└── main.m
7169
```
7270

7371
After creating the header file and the implementation file, you can start implementing them.

0 commit comments

Comments
 (0)