/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/React/CoreModules/RCTDeviceInfo.h
16 строк
395 B
Devan Buggay
Add custom dimension provider to RCTDeviceInfo (#54107)
11 окт 2025, 10:47
11 окт 2025, 10:47
f4e93df
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <UIKit/UIKit.h> #import <React/RCTBridge.h> @interface RCTDeviceInfo : NSObject <RCTBridgeModule> - (instancetype)initWithDimensionsProvider:(NSDictionary * (^)(void))dimensionsProvider; @end