Skip to content

Commit 83914f0

Browse files
authored
[Native Components] Remove warning box as all the issues have been solved now. (#4483)
1 parent 11bd027 commit 83914f0

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

docs/fabric-native-components-ios.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,3 @@ To link the WebKit framework in your app, follow these steps:
220220
7. Click on Add.
221221
222222
<img class="half-size" alt="Add webkit framework to your app 2" src="/docs/assets/AddWebKitFramework2.png" />
223-
224-
:::warning
225-
We are aware of a couple of issues with iOS that would create some problem when building the app with a custom iOS component.
226-
227-
1. The component requires access to the `yoga/style/Style.h` header which is not currently available for the application. To fix this, add the `$(PODS_ROOT)/Headers/Private/Yoga` path to the header search paths build settings of the app.
228-
2. Codegen is generating a line in the `RCTThirdPartyFabricComponentsProvider` that it should not generate. Remove the lines with the `WebViewCls` symbol in the `RCTThirdPartyFabricComponentsProvider.h` and `RCTThirdPartyFabricComponentsProvider.mm` files.
229-
230-
We have already fixed those issues and they will be released in React Native 0.76.2.
231-
:::

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,3 @@ To link the WebKit framework in your app, follow these steps:
259259
7. Click on Add.
260260

261261
<img class="half-size" alt="Add webkit framework to your app 2" src="/docs/assets/AddWebKitFramework2.png" />
262-
263-
:::warning
264-
We are aware of a couple of issues with iOS that would create some problem when building the app with a custom iOS component.
265-
266-
1. The component requires access to the `yoga/style/Style.h` header which is not currently available for the application. To fix this, add the `$(PODS_ROOT)/Headers/Private/Yoga` path to the header search paths build settings of the app.
267-
2. Codegen is generating a line in the `RCTThirdPartyFabricComponentsProvider` that it should not generate. Remove the lines with the `WebViewCls` symbol in the `RCTThirdPartyFabricComponentsProvider.h` and `RCTThirdPartyFabricComponentsProvider.mm` files.
268-
269-
We have already fixed those issues and they will be released in React Native 0.76.2.
270-
:::

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,3 @@ To link the WebKit framework in your app, follow these steps:
220220
7. Click on Add.
221221
222222
<img class="half-size" alt="Add webkit framework to your app 2" src="/docs/assets/AddWebKitFramework2.png" />
223-
224-
:::warning
225-
We are aware of a couple of issues with iOS that would create some problem when building the app with a custom iOS component.
226-
227-
1. The component requires access to the `yoga/style/Style.h` header which is not currently available for the application. To fix this, add the `$(PODS_ROOT)/Headers/Private/Yoga` path to the header search paths build settings of the app.
228-
2. Codegen is generating a line in the `RCTThirdPartyFabricComponentsProvider` that it should not generate. Remove the lines with the `WebViewCls` symbol in the `RCTThirdPartyFabricComponentsProvider.h` and `RCTThirdPartyFabricComponentsProvider.mm` files.
229-
230-
We have already fixed those issues and they will be released in React Native 0.76.2.
231-
:::

0 commit comments

Comments
 (0)