You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Support for dark/light theme
This commit is contained in:
@ -7,6 +7,18 @@ import { _ } from 'lib/locale.js';
|
||||
class AppNavComponent extends Component {
|
||||
|
||||
render() {
|
||||
// if (!this.props.route) throw new Error('Route must not be null');
|
||||
|
||||
// let route = this.props.route;
|
||||
// let Screen = null;
|
||||
// Screen = this.props.screens[route.routeName].screen;
|
||||
|
||||
// return (
|
||||
// <View style={{ flex: 1 }}>
|
||||
// <Screen navigation={{ state: route }} />
|
||||
// </View>
|
||||
// );
|
||||
|
||||
if (!this.props.route) throw new Error('Route must not be null');
|
||||
|
||||
let route = this.props.route;
|
||||
|
Reference in New Issue
Block a user