summaryrefslogtreecommitdiff
path: root/frontend/index.js
blob: 5579c108ae70a3374cc8897f41c081765fcf3e26 (plain)
1
2
3
4
5
6
7
import {
  AppRegistry,
} from 'react-native';

import App from './app/app';

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