import React from 'react'; import { StyleSheet } from 'react-native'; import { Modal } from 'react-native'; import { Text, View } from 'react-native'; import Button from '../../components/Button'; import Dialog from '../../components/Dialog'; import TextView from '../../components/TextView'; const DialogPayPerUse = ({ amount="", visible, onClose }) => ( {$t("payment.titleNote")} {$t("payment.tipsPayPerUseAmount").replace("{mm}", amount)}