skip to Main Content

Create a backdrop in react native

I have a bottom bar to which i want to add this kind of background in react native currently it looks like this. How do i achieve this This is my current code <View style={{justifyContent: 'center', alignItems: 'center'}}> <Image style={tabStyle.iconSize}…

VIEW QUESTION
Back To Top
Search