()
| 81 | } |
| 82 | |
| 83 | export function isVisible(): boolean { |
| 84 | return NativeModule.isVisible(); |
| 85 | } |
| 86 | |
| 87 | export function useHideAnimation(config: UseHideAnimationConfig) { |
| 88 | const { |
nothing calls this directly
no test coverage detected
searching dependent graphs…