1<View style={{flex: 1}}>
2 <View style={{height: 200, backgroundColor: 'grey'}}></View>
3 <View style={{flexGrow: 1, backgroundColor: 'black', alignItems: 'center'}}>
4 <Image
5 source={require('./icon.png')}
6 style={{
7 position: 'absolute',
8 top: -40,
9 height: 80,
10 width: 80}}
11 />
12 </View>
13 </View>
14