import React, { useEffect, useState } from 'react'; import type {Node} from 'react'; import { Text, TextInput, View, Button, } from 'react-native'; const state = { "loginScreen": 0, "statusFetch": 1, "waiting": 2, "waking": 3, "fullyAwake": 4, "default": 0, } const StatusFetch = () => Fetching subscriber status const Waiting = (activeCount, totalCount, wakeup) => {activeCount} / {totalCount} Miners are active