In the next video, you'll see me adding some code a file called index.ios.js .  You can safely ignore that file.  Instead, as usual, add the following code to the index.js file.

import { AppRegistry } from 'react-native';
import App from './src/App';
AppRegistry.registerComponent('auth', () => App);