Fixed some bugs

This commit is contained in:
M10T
2020-08-10 16:06:01 -04:00
parent f6882e12df
commit 98ce0780c9
24 changed files with 96 additions and 19 deletions
+2 -1
View File
@@ -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