import React from 'react'; import {ComingSoon} from '../../components'; /** * Navigation Screen for displaying other users' * actions on the logged in user's posts */ const Notifications: React.FC = () => { return ; }; export default Notifications;