/
votchitsev
/
react-native-animations-tutorial
Обзор
Документация
Войти
/
votchitsev
/
react-native-animations-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
index.ts
8 строк
307 B
Dmitry
Initial commit
06 янв 2025, 18:45
06 янв 2025, 18:45
1881d45
Код
Авторство
О чём код?
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);