expo/detox-expo-helpers

Typescript support

Opened this issue · 1 comments

When I do import { reloadApp } from 'detox-expo-helpers', I get "TS7016: Could not find a declaration file for module 'detox-expo-helpers' [...]".

It would be nice if type definitions were provided. They could be provided either as part of this package or as a "@types/detox-expo-helpers" package. This would avoid every developer and project needing to declare them themselves.

@danielzgtg did you find any solution/workaround for this?