Profile Settings
This commit is contained in:
7
App.js
7
App.js
@@ -20,6 +20,7 @@ import i18n from "./i18nMessages.js";
|
||||
import NewPostView from './Views/NewPost.js';
|
||||
import { TouchableOpacity, View } from 'react-native';
|
||||
import MenuView from './Views/Menu.js';
|
||||
import ProfileSettings from './Views/ProfileSettings.js';
|
||||
|
||||
|
||||
const Tab = createBottomTabNavigator();
|
||||
@@ -156,7 +157,7 @@ const MainNavigation = () => {
|
||||
<TouchableOpacity
|
||||
onPress={props.onPress}
|
||||
style={{
|
||||
top: -27,
|
||||
top: -17,
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
|
||||
@@ -250,6 +251,10 @@ export default function App() {
|
||||
name="Search"
|
||||
component={Search}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="ProfileSettings"
|
||||
component={ProfileSettings}
|
||||
/>
|
||||
<Stack.Screen
|
||||
name="Notifications"
|
||||
component={NotificationsView}
|
||||
|
||||
Reference in New Issue
Block a user