Commit f4db3745 authored by Pramodh Rajapakse's avatar Pramodh Rajapakse

button component added

parent e1be90a0
......@@ -7,12 +7,12 @@ import {StyleSheet, View, Text, SafeAreaView, TouchableOpacity, TextInput, Image
import { Formik } from 'formik';
import { FontAwesome } from '@expo/vector-icons';
import { MaterialCommunityIcons } from '@expo/vector-icons';
import { Seperator } from "../components/button.component";
const HomeAuctionScreen = ({navigation}) => {
return (
<SafeAreaView style={{flex: 1, color: 'yellow'}}>
<Seperator/>
</SafeAreaView>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment