/* eslint-disable react/jsx-no-bind */ // import { DrawerActions } from '../../components'; import { NavigationActions } from '@bluebase/components'; import React from 'react'; import { Button, Text, View } from 'react-native'; export class Tab1Screen extends React.Component { render() { return ( Tab 1 Content {({ navigate }: any) =>