From 61c4eabc79dbb8322ff0d79f4b188dc27a1aac78 Mon Sep 17 00:00:00 2001 From: hernzia <102842271+hernzia@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:03:11 +0800 Subject: [PATCH 1/2] Remove React Native sample code from README --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) 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 From 0b48d14fa782bd45903d1047742aca470e245f68 Mon Sep 17 00:00:00 2001 From: hernzia <102842271+hernzia@users.noreply.github.com> Date: Wed, 22 Oct 2025 18:05:06 +0800 Subject: [PATCH 2/2] Create Lab2 --- Lab2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lab2 diff --git a/Lab2 b/Lab2 new file mode 100644 index 0000000..4223a02 --- /dev/null +++ b/Lab2 @@ -0,0 +1 @@ +Sample Branch