You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Got app to build again
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
const {main} = require('./main.js');
|
||||
// const {main} = require('./main.js');
|
||||
|
||||
main();
|
||||
// main();
|
||||
|
||||
|
||||
import {AppRegistry} from 'react-native';
|
||||
const {Root} = require('./root.js');
|
||||
// import App from './App';
|
||||
// import {name as appName} from './app.json';
|
||||
|
||||
AppRegistry.registerComponent('Joplin', () => Root);
|
||||
|
Reference in New Issue
Block a user