import { Button as RNPButton } from "react-native-paper"; import type { Button } from "./types"; import { Render } from "./Render"; import React, { useState } from "react"; import { useNavigation } from '@react-navigation/native'; import { isAction } from "../ActionHandler"; const ButtonImpl: React.FC