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 ...@@ -7,12 +7,12 @@ import {StyleSheet, View, Text, SafeAreaView, TouchableOpacity, TextInput, Image
import { Formik } from 'formik'; import { Formik } from 'formik';
import { FontAwesome } from '@expo/vector-icons'; import { FontAwesome } from '@expo/vector-icons';
import { MaterialCommunityIcons } from '@expo/vector-icons'; import { MaterialCommunityIcons } from '@expo/vector-icons';
import { Seperator } from "../components/button.component";
const HomeAuctionScreen = ({navigation}) => { const HomeAuctionScreen = ({navigation}) => {
return ( return (
<SafeAreaView style={{flex: 1, color: 'yellow'}}> <SafeAreaView style={{flex: 1, color: 'yellow'}}>
<Seperator/>
</SafeAreaView> </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