/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.3.0
shared/react-native.config.js
12 строк
284 B
chrisnojima
SPLIT1: Use modules for jsi, up to rn 68 (#25201)
17 окт 2022, 23:01
Не верифицирован
17 окт 2022, 23:01
d4d3e2c
Код
Авторство
О чём код?
const path = require('path') module.exports = { dependencies: { 'react-native-kb': { root: path.join(__dirname, '../rnmodules/react-native-kb'), }, 'react-native-drop-view': { root: path.join(__dirname, '../rnmodules/react-native-drop-view'), }, }, }