mirror of
https://github.com/status-im/react-native-testfairy.git
synced 2025-02-23 23:58:18 +00:00
5 lines
148 B
JavaScript
5 lines
148 B
JavaScript
const {AppRegistry} = require('react-native');
|
|
const TestFairy = require('./js/app');
|
|
|
|
AppRegistry.registerComponent('TestFairy', () => TestFairy);
|