import { Text, AppRegistry } from 'react-native'; const App = (props) => ( App1 ); AppRegistry.registerComponent('Appname', () => App);