import { StyleSheet, Text, View } from 'react-native' import React from 'react' const NotificationCard = () => { return ( NotificationCard ) } export default NotificationCard const styles = StyleSheet.create({})