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