constructor()

in src/components/baseScreen.tsx [33:36]


  constructor(props: Props) {
    super(props);
    this.state = {};
  }