Logo

GitLab

Sign in

xntalk / xntalk-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • xntalk-rnapp
  • taskCenter
  • index.ios.js
  • 任务中心代码添加
    ce1dfe7b
    彭祥雨 authored
    2018-02-07 14:51:37 +0800  
    Browse Code »
index.ios.js 126 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6
import {
	AppRegistry,
} from 'react-native';
import App from './App'

AppRegistry.registerComponent('tasklistRN', () => App);