/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v6.6.2
shared/index.android.js
10 строк
404 B
chrisnojima
Simpler index files for native (#28481)
17 сен 2025, 21:15
Не верифицирован
17 сен 2025, 21:15
0f6f060
Код
Авторство
О чём код?
// React-native tooling assumes this file is here, so we just require our real entry point import './app/globals.native' try { console.log('------------- android starting up ------------') const {load} = require('./app/index.native') load() console.log('------------- android starting up done ------------') } catch (e) { console.log('------------- android starting up fail ------------', e) }