diff --git a/Lab2 b/Lab2 new file mode 100644 index 0000000..4223a02 --- /dev/null +++ b/Lab2 @@ -0,0 +1 @@ +Sample Branch diff --git a/README.md b/README.md index 82e4b67..a80c6df 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,2 @@ # Lab-Activity---2 Sample Code -import * as React from 'react'; -import { Text, View, StyleSheet } from 'react-native'; - -export default function App() { - return ( - - Hello, Expo Snack! - - ); -} - -const styles = StyleSheet.create({ - container: { - flex: 1, - justifyContent: 'center', - alignItems: 'center', - backgroundColor: '#D6EAF8', - }, - text: { - fontSize: 24, - fontWeight: 'bold', - color: '#2E86C1', - }, -}); +Sample Code