import React from "react"; import { ScrollView, Alert } from "react-native"; import { Block } from "galio-framework"; import { Notification } from "../components"; import { argonTheme } from "../constants"; export default class PersonalNotifications extends React.Component { render() { return ( Alert.alert('Yes, you can use the notifications as buttons so you could send your customers to anything you want.')} /> Alert.alert('Yes, you can use the notifications as buttons so you could send your customers to anything you want.')} /> Alert.alert('Yes, you can use the notifications as buttons so you could send your customers to anything you want.')} /> Alert.alert('Yes, you can use the notifications as buttons so you could send your customers to anything you want.')} /> ); } }