Skip to content

Commit

Permalink
mark hasRtlSupport as public API (facebook#44599)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebook#44599

Contributed in D57248205 / facebook#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
  • Loading branch information
blakef authored and kosmydel committed Jun 11, 2024
1 parent 9369dd6 commit 1b6cd31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 1b6cd31

Please sign in to comment.