/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
shared/index.android.js
12 строк
435 B
chrisnojima-zoom
Version 670 - clean2 (#29122)
08 июн 2026, 19:31
Не верифицирован
08 июн 2026, 19:31
1943197
Код
Авторство
О чём код?
/* global console, require */ // 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) }