react native remove header border




Whenever you create your react native app, sometimes you will get double border appearing on your page. To get rid of those you can using the following styling.




static navigationOptions = {
title: 'About', headerStyle: {
elevation: 0,
shadowOpacity: 0
}

Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type