Skip to content

Commit

Permalink
Remove single bullet point warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Sep 9, 2022
1 parent d10d89e commit eb8d6f1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions docs/new-architecture-app-modules-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ import constants from '@site/core/TabsConstants';

<NewArchitectureWarning/>

:::info
For the sake of this guide we're going to use the following **terminology**:

- **Turbo Native Modules** - To refer to Modules which have been adapted to work well with the New Native Module System. For brevity you might find them referred as **Turbo Modules**
:::

Make sure your application meets all the [prerequisites](new-architecture-app-intro).

## 1. Enable NDK and the native build
Expand Down
6 changes: 0 additions & 6 deletions docs/new-architecture-app-modules-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import NewArchitectureWarning from './\_markdown-new-architecture-warning.mdx';

<NewArchitectureWarning/>

:::info
For the sake of this guide we're going to use the following **terminology**:

- **Turbo Native Modules** - To refer to Modules which have been adapted to work well with the New Native Module System. For brevity you might find them referred as **Turbo Modules**
:::

Make sure your application meets all the [prerequisites](new-architecture-app-intro).

## 1. Provide a TurboModuleManager Delegate
Expand Down
6 changes: 0 additions & 6 deletions docs/new-architecture-app-renderer-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ import NewArchitectureWarning from './\_markdown-new-architecture-warning.mdx';

<NewArchitectureWarning/>

:::info
For the sake of this guide we're going to use the following **terminology**:

- **Fabric Native Components** - To refer to Components which have been adapted to work well with the New Render. For brevity you might find them referred as **Fabric Components**
:::

Make sure your application meets all the [prerequisites](new-architecture-app-intro).

## 1. Provide a `JSIModulePackage` inside your `ReactNativeHost`
Expand Down
6 changes: 0 additions & 6 deletions docs/new-architecture-app-renderer-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ import NewArchitectureWarning from './\_markdown-new-architecture-warning.mdx';

<NewArchitectureWarning/>

:::info
For the sake of this guide we're going to use the following **terminology**:

- **Fabric Native Components** - To refer to Components which have been adapted to work well with the New Render. For brevity you might find them referred as **Fabric Components**
:::

This section will go over how to enable the new renderer in your app. Make sure your application meets all the [prerequisites](new-architecture-app-intro).

## 1. Enable Fabric in Podfile
Expand Down

0 comments on commit eb8d6f1

Please sign in to comment.