i need to create the view with premium text in top corner over a image view like this below image. i don't have any clue to do this? can anyone help me to achieve this?
<TouchableOpacity
style={{
width: 70,
height: '100%',
backgroundColor: Color.appBackgroundColor,
marginRight: 20,
}}
onPress={() => this.onPressMovie(item)}>
<Image
style={{
width: '100%',
height: '100%',
}}
source={{uri: Environment.baseUrlForImage + item.thumbnail}}
/>
</TouchableOpacity>
