Refactoring Logout Component into Function Component – React native
I am in the process of turning some older class-based react components into function components. I came across a logout class component (that I didn't code) that looks like this: import React from 'react'; import { Text, } from 'react-native';…