Я хочу его использовать для генераций
_setIsActive = () => {
this._lastInteraction = new Date();
this.props.navigation.setParams({
showAppBar: 'flex',
});
_setIsInactive = () => {
this.setState({ timeWentInactive: new Date() });
this.props.navigation.setParams({
showAppBar: 'none',
});
return (
<View style={{ display: this.props.params.showAppBar }}>
<Appbar.Header>
Тем более в данном случае речь идет о виртуалке на своем собственном компе.