Skip to content

Commit

Permalink
Fix fullscreen StatusBar
Browse files Browse the repository at this point in the history
  • Loading branch information
ihmpavel committed Jun 20, 2021
1 parent 8471cfc commit 12a1ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const App = () => {
})
},
exitFullscreen: async () => {
setStatusBarHidden(true, 'fade')
setStatusBarHidden(false, 'fade')
setInFullsreen2(!inFullscreen2)
await ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.DEFAULT)
},
Expand Down

0 comments on commit 12a1ba1

Please sign in to comment.