async-la / ttn-mobile

The Things Network Mobile App
14 stars 3 forks source link

[Android] Handle back button #171

Closed computerjazz closed 7 years ago

computerjazz commented 7 years ago

Hardware back button was previously broken across the app due to redux integration (see https://reactnavigation.org/docs/guides/redux). Fixes back button behavior in modals and elsewhere.

Closes #166