PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@bitgo/sdk-coin-hbar/node_modules/expo/build/launch
Просмотр файла: registerRootComponent.js
import 'expo/build/Expo.fx';
import { AppRegistry, Platform } from 'react-native';
import withExpoRoot from './withExpoRoot';
export default function registerRootComponent(component) {
AppRegistry.registerComponent('main', () => withExpoRoot(component));
if (Platform.OS === 'web') {
const rootTag = document.getElementById('root') ?? document.getElementById('main');
AppRegistry.runApplication('main', { rootTag });
}
}
//# sourceMappingURL=registerRootComponent.js.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!