/
telthy
/
SOVA_AI
Обзор
Документация
Войти
/
telthy
/
SOVA_AI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
index.js
8 строк
307 B
telthy
upload files
18 окт 2025, 16:47
18 окт 2025, 16:47
3c5c9ef
Код
Авторство
О чём код?
import { registerRootComponent } from 'expo'; import App from './App'; // registerRootComponent calls AppRegistry.registerComponent('main', () => App); // It also ensures that whether you load the app in Expo Go or in a native build, // the environment is set up appropriately registerRootComponent(App);