Commit 1aab98c9 authored by HusmithaSilva's avatar HusmithaSilva

commit: image size & text

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