From 355fe7717cf4b16aefa17345d3ab7067ca489991 Mon Sep 17 00:00:00 2001 From: Blake Friedman Date: Fri, 17 May 2024 03:40:28 -0700 Subject: [PATCH] mark hasRtlSupport as public API (#44599) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44599 Contributed in D57248205 / facebook/react-native#44538 From: ``` buck2 run //xplat/js/scripts/rn-api:generate-rn-api-metadata ``` Changelog: [Internal] Reviewed By: rshest Differential Revision: D57487065 fbshipit-source-id: 35308c7a1ef7368b4b1792fe26cf057e45de1360 --- packages/react-native/ReactAndroid/api/ReactAndroid.api | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native/ReactAndroid/api/ReactAndroid.api b/packages/react-native/ReactAndroid/api/ReactAndroid.api index 0e01ff68d47..5c5cc396486 100644 --- a/packages/react-native/ReactAndroid/api/ReactAndroid.api +++ b/packages/react-native/ReactAndroid/api/ReactAndroid.api @@ -3351,6 +3351,7 @@ public final class com/facebook/react/modules/i18nmanager/I18nUtil { public final fun doLeftAndRightSwapInRTL (Landroid/content/Context;)Z public final fun forceRTL (Landroid/content/Context;Z)V public static final fun getInstance ()Lcom/facebook/react/modules/i18nmanager/I18nUtil; + public final fun hasRtlSupport (Landroid/content/Context;)Z public final fun isRTL (Landroid/content/Context;)Z public final fun swapLeftAndRightInRTL (Landroid/content/Context;Z)V }