Add tag functionality to posts and implement Tags screen
This commit is contained in:
5
App.js
5
App.js
@@ -8,6 +8,7 @@ import MaterialIcons from 'react-native-vector-icons/MaterialIcons';
|
||||
import Login from "./Views/Login.js"
|
||||
import Feed from "./Views/Feed.js"
|
||||
import Profile from "./Views/Profile.js"
|
||||
import Tags from "./Views/Tags.js"
|
||||
import Search from './Views/Search.js';
|
||||
import Groups from './Views/Groups.js';
|
||||
import Courses from './Views/Courses.js';
|
||||
@@ -306,6 +307,10 @@ export default function App() {
|
||||
name="Profile"
|
||||
component={Profile}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="Tags"
|
||||
component={Tags}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="NewPost"
|
||||
component={NewPostView}
|
||||
|
||||
Reference in New Issue
Block a user