lbry-react-native/index.js

8 lines
153 B
JavaScript
Raw Normal View History

if (__DEV__) {
import('./reactotron').then(() => console.log('Reactotron Configured'));
}
2019-07-09 01:54:32 +01:00
import LBRYApp from './src/index';
export default LBRYApp;