lbry-react-native/index.js

8 lines
153 B
JavaScript
Raw Permalink Normal View History

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