1 2 3 4 5 6 7
import { AppRegistry, } from 'react-native'; import App from './app/app'; AppRegistry.registerComponent('kittenTricks', () => App);