From cc4d7d3615c6afc7af1bfd5dd59091d0804d7ff7 Mon Sep 17 00:00:00 2001 From: Hussain Abbass Date: Sun, 15 Feb 2026 11:36:46 +0300 Subject: [PATCH 1/2] Update project design and logic --- components/Header.js | 2 +- components/anythig.js | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 components/anythig.js diff --git a/components/Header.js b/components/Header.js index 207c7e8..6aa2ccd 100644 --- a/components/Header.js +++ b/components/Header.js @@ -10,7 +10,7 @@ import argonTheme from '../constants/Theme'; const { height, width } = Dimensions.get('window'); const iPhoneX = () => Platform.OS === 'ios' && (height === 812 || width === 812 || height === 896 || width === 896); - +//this is a comment const BellButton = ({isWhite, style, navigation}) => ( navigation.navigate('Pro')}> { + return ( + + anythig + + ) +} + +export default anythig + +const styles = StyleSheet.create({}) \ No newline at end of file From 8386bbb8fbf119c47733b017479499e1e18827b1 Mon Sep 17 00:00:00 2001 From: Hussain Abbass Date: Sun, 15 Feb 2026 11:44:29 +0300 Subject: [PATCH 2/2] its a new branch --- components/something.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 components/something.js diff --git a/components/something.js b/components/something.js new file mode 100644 index 0000000..076af4d --- /dev/null +++ b/components/something.js @@ -0,0 +1,14 @@ +import { StyleSheet, Text, View } from 'react-native' +import React from 'react' + +const something = () => { + return ( + + something + + ) +} + +export default something + +const styles = StyleSheet.create({}) \ No newline at end of file