/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/scripts/codegen/__fixtures__/test-app/package.json
67 строк
2 KB
Alex Hunt
Align __test_fixtures__ to __fixtures__ (#50785)
17 апр 2025, 22:48
17 апр 2025, 22:48
0918749
Код
Авторство
О чём код?
{ "name": "test-app", "version": "0.0.0", "private": true, "scripts": { }, "dependencies": { "test-library": "./lib/test-library" }, "devDependencies": { }, "codegenConfig": { "name": "TestAppConfig", "type": "all", "android": { "javaPackageName": "com.testApp" }, "ios": { "modulesConformingToProtocol": { "RCTImageURLLoader": [ "RCTTestAppDeprecatedImageURLLoader" ], "RCTURLRequestHandler": [ "RCTTestAppDeprecatedURLRequestHandler" ], "RCTImageDataDecoder": [ "RCTTestAppDeprecatedImageDataDecoder" ] }, "modulesProvider": { "TestAppDeprecatedImageURLLoader": "RCTTestAppDeprecatedImageURLLoader", "TestAppDeprecatedURLRequestHandler": "RCTTestAppDeprecatedURLRequestHandler", "TestAppDeprecatedImageDataDecoder": "RCTTestAppDeprecatedImageDataDecoder" }, "componentProvider": { "TestAppDeprecatedComponent": "RCTTestAppDeprecatedComponentClass" }, "unstableModulesRequiringMainQueueSetup": [ "RCTTestAppDeprecatedImageURLLoader", "RCTTestAppDeprecatedURLRequestHandler", "RCTTestAppDeprecatedImageDataDecoder" ], "modules": { "TestAppImageURLLoader": { "conformsToProtocols": ["RCTImageURLLoader"], "className": "RCTTestAppImageURLLoader", "unstableRequiresMainQueueSetup": true }, "TestAppURLRequestHandler": { "conformsToProtocols": ["RCTURLRequestHandler"], "className": "RCTTestAppURLRequestHandler", "unstableRequiresMainQueueSetup": true }, "TestAppImageDataDecoder": { "conformsToProtocols": ["RCTImageDataDecoder"], "className": "RCTTestAppImageDataDecoder", "unstableRequiresMainQueueSetup": true } }, "components": { "TestAppComponent": { "className": "RCTTestAppComponent" } } } } }