/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v0.77.3
packages/react-native-test-library/react-native.config.js
16 строк
353 B
Nicola Corti
RNGP - Autolinking. Add support for linking projects. (#44799)
07 июн 2024, 20:32
07 июн 2024, 20:32
cf914e4
Код
Авторство
О чём код?
/** * 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. */ module.exports = { dependency: { platforms: { android: { 'cmakeListsPath': '../android/src/main/jni/CMakeLists.txt', }, }, }, };