react-native-testfairy/example/index.android.js

5 lines
148 B
JavaScript
Raw Normal View History

2016-05-08 14:39:09 +00:00
const {AppRegistry} = require('react-native');
const TestFairy = require('./js/app');
AppRegistry.registerComponent('TestFairy', () => TestFairy);