import PropTypes from 'prop-types'; import React from 'react'; import { StyleSheet, Button, View } from 'react-native'; const Modal = ({ children, navigation, title }) => (