Skip to content

Fix hardware back button functionality on Central screen (#756)

  • Update cycle-native-navigation to 7.7.0
  • Forward Drawer events and backPress events to Central
  • Properly deal with hardware back in Central

Except for the drawer-event-bridge part I'm quite happy with my approach. The event-bridge is functional, but very crude and probably not really adhering to the app architecture. I'm too inexperienced with Cycle.js and React Native to improve on this without help though. If I can get some pointers on how to better approach this I will attempt to improve this implementation and update the PR.

Merge request reports