My attempt to increase the space on the back button from the left side of the header in my React Native
code has been unsuccessful.
headerStyle: {
paddingLeft: 60
}
https://i.stack.imgur.com/0RFb0.png
I also experimented with adding marginLeft, but it caused misalignment issues with the header. The margin impacted the entire header instead of just the back button.
headerStyle: {
marginLeft: 30
}