Kyle Landell
Kyle Landell
I actually found the solution to this. Simply set `headerBackVisible: false` in your screenOptions for the native stack navigator. https://reactnavigation.org/docs/native-stack-navigator/#headerbackvisible
I did this in a global *.d.ts file, and it seems to work alright. ```JavaScript import '@react-navigation/native'; // Override the theme in react native navigation to accept our custom theme...
@zmnv Hmm, I guess auto import in VSCode doesn't work for me either with the type override. I generally just copy and paste that sort of code so I never...
Are there any status updates on this?