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