e1f4994990
* new project structure using android aar * remove blockchain/headers file * rename ios files * add android release script
7 lines
153 B
JavaScript
7 lines
153 B
JavaScript
if (__DEV__) {
|
|
import('./reactotron').then(() => console.log('Reactotron Configured'));
|
|
}
|
|
|
|
import LBRYApp from './src/index';
|
|
|
|
export default LBRYApp;
|