import React from 'react'; import { SafeAreaView, StyleSheet, ScrollView, View, Text, StatusBar, Linking, Image, } from 'react-native'; import { Header, LearnMoreLinks, Colors, DebugInstructions, ReloadInstructions, } from 'react-native/Libraries/NewAppScreen'; import styles from './styles/morestyles'; class Resources extends React.Component { render() { return ( Linking.openURL('https://classroom.mcpsmd.org/')}> MyMCPS Classroom Linking.openURL('https://md-mcps-psv.edupoint.com/Home_PXP2.aspx')}> StudentVUE Linking.openURL('https://mbhs.edu/newsevents/Announcements/Montgomery%20Blair%20High%20School%20Final%20Bell%20Schedule%20.pdf')}> 1st Semester Schedule Linking.openURL('https://student.naviance.com/mbhs')}> Naviance Linking.openURL('https://blairblazersathletics.com/')}> Blair Athletics Linking.openURL('https://classroom.google.com/u/0/h')}> Google Classroom ) } } export default Resources;