/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/react-native-test-library/common/package.json
24 строки
644 B
Christian Falch
feat(iOS) swiftpm support in iOS (#57332)
15 июл 2026, 15:08
15 июл 2026, 15:08
47fad09
Код
Авторство
О чём код?
{ "name": "react-native-test-library-common", "version": "0.87.0-main", "description": "Shared JS utilities consumed by react-native-test-library-apple. Used as a fixture for validating autolinking discovery and transitive native dependency resolution in the React Native monorepo.", "private": true, "main": "index.js", "types": "index.d.ts", "license": "MIT", "files": [ "index.js", "index.d.ts", "react-native.config.js", "TestLibraryCommon.podspec", "TestLibraryCommon.h", "TestLibraryCommon.mm" ], "keywords": [ "react-native", "fixture", "autolinking", "ios", "macos" ] }