const NotSupportModal = () => { return (
{
The app does not support OS version of your device
}
); }; export default NotSupportModal;