mirror of
https://github.com/Blair-SGA-Dev-Team/blazerapp.git
synced 2026-07-16 06:50:22 -04:00
Fixed some bugs
This commit is contained in:
+2
-1
@@ -27,6 +27,7 @@ import Resources from './Resources'
|
||||
import StudentWeek from './StudentWeek'
|
||||
import SSLOps from './SSLOps'
|
||||
import LunchEvents from './LunchEvents'
|
||||
import { LinearGradient } from 'react-native-linear-gradient'
|
||||
|
||||
const Stack = createStackNavigator()
|
||||
|
||||
@@ -78,7 +79,7 @@ class More extends React.Component {
|
||||
options={{
|
||||
title:'Announcements',
|
||||
headerTitleStyle:[styles.headerTitle,{alignSelf:'center'}],
|
||||
headerLeft:null
|
||||
headerLeft:null,
|
||||
}}
|
||||
/>
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user