import React, { Component } from 'react'; import { AppRegistry, UIManager, Text, View } from 'react-native'; import App from './js/App'; UIManager.setLayoutAnimationEnabledExperimental && UIManager.setLayoutAnimationEnabledExperimental(true); AppRegistry.registerComponent('AreThereCookies', () => App);