Commit e78ae76f authored by Muthumal S.A.D.M.'s avatar Muthumal S.A.D.M.

init commit

parent 4675ed3a
...@@ -35,6 +35,13 @@ export default function Home({ navigation }){ ...@@ -35,6 +35,13 @@ export default function Home({ navigation }){
resizeMode="contain"></Image> resizeMode="contain"></Image>
<ImageButton path="Progress" title="Progress Chack" /> <ImageButton path="Progress" title="Progress Chack" />
</View> </View>
<View style={styles.imageView}>
<Image
style={styles.image}
source={require('../assets/color/background.png')}
resizeMode="contain"></Image>
<ImageButton path="Progress" title="Chack" />
</View>
</View> </View>
</ScrollView> </ScrollView>
</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