grahammendick / navigation

Scene-Based Navigation for React and React Native
https://grahammendick.github.io/navigation/
Apache License 2.0
591 stars 41 forks source link

How to make navigation edge to edge #711

Closed afkcodes closed 1 year ago

afkcodes commented 1 year ago

Hello thanks, for this plackage i have been trying to make the content spread to the edges but it doesn't seems to happen, when i do the samething with barebone react native app without navigation-react it works fine. i also used a package to check if i did something wrong, u used this: Owner avatar react-native-system-bars but doesnt seems to do anything without navigation this works fine as well

Let me know what i am doing wrong

Went through this https://github.com/grahammendick/navigation/issues/667 as well tried adding that java code but the project failed to build

afkcodes commented 1 year ago

figured it, importing statusbar from navigation-react didnt do anything for me used statusbar from react-native