Might be related to #334. Is there any known workaround/hotfix rn?  **Update: Ugly Hotfix** ```ts if (Platform.OS === 'android' && !(BackHandler as any).removeEventListener) { ;(BackHandler as any).removeEventListener = () => {} } ```