import React from 'react'; import { View } from 'react-native'; import styles from './styles'; const NotificationDot = ({ style, size = 12 }) => { return ; }; export default NotificationDot;