jsem / mtg-life-counter

A personalised life counter for mtg
0 stars 0 forks source link

Orientation lock doesn't release when returning to main menu #22

Closed jsem closed 5 years ago

jsem commented 5 years ago

this is especially evident when using the back button on android

this is because the orientation lock happens in component will mount, but when navigating back it doesnt remount the main menu, it just rerenders the one we already had

jsem commented 5 years ago

this seems to be a good solution: https://github.com/react-navigation/react-navigation/issues/922

jsem commented 5 years ago

hwo to handle android back button presses in react native: https://facebook.github.io/react-native/docs/backhandler.html