import 'expo/build/Expo.fx'; import { AppRegistry } from 'react-native'; export default function registerRootComponent(component) { AppRegistry.registerComponent('main', () => component); } //# sourceMappingURL=registerRootComponent.js.map