Skip to content

Commit 5d7f988

Browse files
committed
docs: add table of contents to README for improved navigation
1 parent a6119f4 commit 5d7f988

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,25 @@ message and web push notification campaigns to your customers.
1010
This SDK helps you integrate your React Native-based iOS and Android apps with
1111
Iterable. It supports JavaScript and TypeScript.
1212

13+
14+
<!-- @import "[TOC]" {cmd="toc" depthFrom=2 depthTo=6 orderedList=false} -->
15+
16+
<!-- code_chunk_output -->
17+
18+
- [Requirements](#requirements)
19+
- [Architecture Support](#architecture-support)
20+
- [Installation](#installation)
21+
- [Features](#features)
22+
- [Sample projects](#sample-projects)
23+
- [Version mapping](#version-mapping)
24+
- [Release notes, support and troubleshooting](#release-notes-support-and-troubleshooting)
25+
- [License](#license)
26+
- [Want to contribute?](#want-to-contribute)
27+
28+
<!-- /code_chunk_output -->
29+
30+
31+
1332
## Requirements
1433

1534
Iterable's React Native SDK relies on:
@@ -35,7 +54,7 @@ Iterable's React Native SDK relies on:
3554

3655
## Architecture Support
3756

38-
**Important**: Iterable's React Native SDK currently does not support [React Native's New Architecture](https://reactnative.dev/architecture/landing-page) (Fabric, TurboModules, and Codegen). The SDK is designed to work with the legacy architecture only. If you're using the New Architecture in your React Native application, you may encounter compatibility issues.
57+
**Important**: Iterable's React Native SDK currently does not support [React Native's New Architecture](https://reactnative.dev/architecture/landing-page) (Fabric, TurboModules, and Codegen). The SDK is designed to work with the **legacy architecture only**. If you're using the New Architecture in your React Native application, you may encounter compatibility issues.
3958

4059
## Installation
4160

0 commit comments

Comments
 (0)