import { View } from "react-native"; import NewPost from "../components/NewPost"; let NewPostView = ()=>{ return ( ) } export default NewPostView;