index.ios.js 126 Bytes
import {
	AppRegistry,
} from 'react-native';
import App from './App'

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