diff --git a/docs/fabric-native-components-ios.md b/docs/fabric-native-components-ios.md index b99a885956e..85bdef8ab97 100644 --- a/docs/fabric-native-components-ios.md +++ b/docs/fabric-native-components-ios.md @@ -60,14 +60,12 @@ open Demo.xcworkspace Podfile ... Demo -├── AppDelegate.h -├── AppDelegate.mm +├── AppDelegate.swift ... // highlight-start ├── RCTWebView.h -├── RCTWebView.mm +└── RCTWebView.mm // highlight-end -└── main.m ``` After creating the header file and the implementation file, you can start implementing them. diff --git a/website/versioned_docs/version-0.77/fabric-native-components-ios.md b/website/versioned_docs/version-0.77/fabric-native-components-ios.md index b99a885956e..85bdef8ab97 100644 --- a/website/versioned_docs/version-0.77/fabric-native-components-ios.md +++ b/website/versioned_docs/version-0.77/fabric-native-components-ios.md @@ -60,14 +60,12 @@ open Demo.xcworkspace Podfile ... Demo -├── AppDelegate.h -├── AppDelegate.mm +├── AppDelegate.swift ... // highlight-start ├── RCTWebView.h -├── RCTWebView.mm +└── RCTWebView.mm // highlight-end -└── main.m ``` After creating the header file and the implementation file, you can start implementing them.