UNPKG

416 Btext/x-cView Raw
1/*
2 * Copyright (c) Facebook, Inc. and its affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 */
7
8#import <React/RCTBridgeModule.h>
9
10/**
11 * @experimental
12 * This is a experimental module for RTL support
13 * This module bridges the i18n utility from RCTI18nUtil
14 */
15@interface RCTI18nManager : NSObject <RCTBridgeModule>
16
17@end