From cd5aec5bcee1ea93ad61ef39a4cf769ef23f808d Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 4 Jul 2025 12:38:57 +0100 Subject: [PATCH 1/5] Update _integration-with-existing-apps-kotlin.md --- .../version-0.80/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.80/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.80/_integration-with-existing-apps-kotlin.md index e39fd640b5b..72f8337f33f 100644 --- a/website/versioned_docs/version-0.80/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.80/_integration-with-existing-apps-kotlin.md @@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml) -This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP. +This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP. Make sure you add this only to your **debug** manifest. From 826f5f1d28295547a63c916688766fae40e04f6e Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 4 Jul 2025 12:41:56 +0100 Subject: [PATCH 2/5] Update _integration-with-existing-apps-kotlin.md --- .../version-0.79/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.79/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.79/_integration-with-existing-apps-kotlin.md index e39fd640b5b..72f8337f33f 100644 --- a/website/versioned_docs/version-0.79/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.79/_integration-with-existing-apps-kotlin.md @@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml) -This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP. +This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP. Make sure you add this only to your **debug** manifest. From 1366dd8a4059bf828262d4d7bf6a58f2fba2f668 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 4 Jul 2025 12:42:18 +0100 Subject: [PATCH 3/5] Update _integration-with-existing-apps-kotlin.md --- .../version-0.78/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.78/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.78/_integration-with-existing-apps-kotlin.md index feab0ffff6d..2bb88865aeb 100644 --- a/website/versioned_docs/version-0.78/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.78/_integration-with-existing-apps-kotlin.md @@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml) -This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP. +This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP. Make sure you add this only to your **debug** manifest. From 630150fbd0beae84334ef9691752fa967adcd3dd Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 4 Jul 2025 12:42:41 +0100 Subject: [PATCH 4/5] Update _integration-with-existing-apps-kotlin.md --- .../version-0.77/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.77/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.77/_integration-with-existing-apps-kotlin.md index e39fd640b5b..72f8337f33f 100644 --- a/website/versioned_docs/version-0.77/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.77/_integration-with-existing-apps-kotlin.md @@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.77-stable/template/android/app/src/debug/AndroidManifest.xml) -This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP. +This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP. Make sure you add this only to your **debug** manifest. From 284bc96cf70f5554e4a647ddcba5b36b64bd4b57 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Fri, 4 Jul 2025 12:43:02 +0100 Subject: [PATCH 5/5] Update _integration-with-existing-apps-kotlin.md --- .../version-0.76/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md index 3de3c29f0d2..269c2b039f9 100644 --- a/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md @@ -157,7 +157,7 @@ Then you need to enable [cleartext traffic](https://developer.android.com/traini As usual, here the AndroidManifest.xml file from the Community template to use as a reference: [main](https://github.com/react-native-community/template/blob/0.76-stable/template/android/app/src/main/AndroidManifest.xml) and [debug](https://github.com/react-native-community/template/blob/0.76-stable/template/android/app/src/debug/AndroidManifest.xml) -This is needed as your application will communicate with your local bundler, [Metro][https://metrobundler.dev/], via HTTP. +This is needed as your application will communicate with your local bundler, [Metro](https://metrobundler.dev/), via HTTP. Make sure you add this only to your **debug** manifest.