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);