()
| 19 | } | null = null; |
| 20 | |
| 21 | const clearCache = () => { |
| 22 | lastAlertParams = null; |
| 23 | }; |
| 24 | |
| 25 | const showAlert = (title: string | undefined, message: string, buttons: AlertButton[], options: AlertOptions) => { |
| 26 | if (Platform.OS === 'ios' && navigationRef.isReady()) { |