import { NavigationActions } from '@bluebase/components'; import React from 'react'; import { Button, View } from 'react-native'; import { ThemeMode } from '../components/ThemeMode'; export class SettingsScreen extends React.Component { static navigationOptions: any = { title: 'Static Nav Opts Title', }; render() { return ( {({ navigate }: any) => (