| 1 | import { Alert as RNAlert, Platform, ToastAndroid, AlertButton, AlertOptions } from 'react-native'; |
| 2 | import triggerHapticFeedback, { HapticFeedbackTypes } from '../blue_modules/hapticFeedback'; |
| 3 | import loc from '../loc'; |
| 4 | import { navigationRef } from '../NavigationService'; |
nothing calls this directly
no test coverage detected