// Copyright (c) Microsoft Corporation. All rights reserved.// Licensed under the MIT License.import{AppRegistry}from'react-native';importAppfrom'./src/App';import{nameasappName}from'./app.json';// Register React Native example appAppRegistry.registerComponent(appName,()=>App);