Commit 6abcade8 authored by IT18111170-Silva S.H.I's avatar IT18111170-Silva S.H.I

Merge branch 'HusmithaUI' of http://gitlab.sliit.lk/2021-090/2021-090-frontend into HusmithaUI

parents f7af3dfe 1aab98c9
...@@ -19,7 +19,7 @@ export function HomeScreen({ navigation }) { ...@@ -19,7 +19,7 @@ export function HomeScreen({ navigation }) {
return ( return (
<View> <View>
<ImageSliderz <ImageSliderz
height={500} height={450}
dataSource={[ dataSource={[
{ {
url: require("../assets/d.jpg"), url: require("../assets/d.jpg"),
......
...@@ -50,7 +50,7 @@ export function PriceScreen({ navigation, data }) { ...@@ -50,7 +50,7 @@ export function PriceScreen({ navigation, data }) {
</TouchableOpacity> </TouchableOpacity>
<Text style={styles.texts}>Discount earned</Text> <Text style={styles.texts}>You Have earned 5% Discount</Text>
</View> </View>
</View> </View>
</View> </View>
......
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