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

5 lines
148 B
JavaScript
Raw Permalink 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);