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