• This project
    • Loading...
  • Sign in

ui / shipCamera

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • shipCamera
  • index.js
  • 张跃's avatar
    0.1 · 311aadeb
    311aadeb
    张跃 authored 2022-06-01 17:42:49 +0800
index.js 187 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
/**
 * @format
 */

import {AppRegistry} from 'react-native';
import App from './app/App';
import {name as appName} from './app.json';

AppRegistry.registerComponent(appName, () => App);