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 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