NewPost View at bottom bar navigator
This commit is contained in:
15
Views/NewPost.js
Normal file
15
Views/NewPost.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { View } from "react-native";
|
||||
import NewPost from "../components/NewPost";
|
||||
|
||||
|
||||
let NewPostView = ()=>{
|
||||
return (
|
||||
<View>
|
||||
<NewPost >
|
||||
|
||||
</NewPost>
|
||||
</View>
|
||||
)
|
||||
}
|
||||
|
||||
export default NewPostView;
|
||||
Reference in New Issue
Block a user