### **Description** Error: ``` com.facebook.react.common.JavascriptException: TypeError: undefined is not an object (evaluating 't.navigate'), stack: buyEth@3077:4537 ``` ### **Technical Requirements** - Add optional chaining to all `navigator.navigate` calls in all `buyEth` functions - Log sentry error if the `navigator` is undefined ### **Acceptance Criteria** - Code review of changes to confirm optional chaining is used as well a logging of errors. - Watch for issues popping up during regression testing.