()
| 167 | * called lest resources are not properly recycled. |
| 168 | */ |
| 169 | export const hapticSelectionEnd = () => { |
| 170 | hapticAvailable() && HapticEngine.selectionEnd(); |
| 171 | }; |
| 172 | |
| 173 | /** |
| 174 | * Use this to indicate success/failure/warning to the user. |
no test coverage detected