广告屏react-native项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
223 B

  1. /**
  2. * @format
  3. * @lint-ignore-every XPLATJSCOPYRIGHT1
  4. */
  5. import {AppRegistry} from 'react-native';
  6. import App from './App';
  7. import {name as appName} from './app.json';
  8. AppRegistry.registerComponent(appName, () => App);