`Turbo::Native::Navigation`'s comment says "see the Turbo iOS and Turbo Android projects for details". https://github.com/hotwired/turbo-rails/blob/v0.5.3/app/controllers/turbo/native/navigation.rb#L1-L3 But I could not find code that handle `recede`, `resume`, `refresh` in [turbo-ios](https://github.com/hotwired/turbo-ios) or [turbo-android](https://github.com/hotwired/turbo-android). - Which part handles the native specific response? - What happens to a client if one gets that kind of response? - Should a port to another language of `turbo-rails` include `Turbo::Native::Navigation`?