From f03b3baa9420bc81cb089357167d3e13ce9c9498 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Wed, 2 Jul 2025 14:50:29 +0100 Subject: [PATCH] Update _integration-with-existing-apps-kotlin Metro bundler URL --- docs/_integration-with-existing-apps-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_integration-with-existing-apps-kotlin.md b/docs/_integration-with-existing-apps-kotlin.md index 2fc5f7a23d5..0a2839896a7 100644 --- a/docs/_integration-with-existing-apps-kotlin.md +++ b/docs/_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.