I am using the setTimeout function which is defined in @types/node and @types/react-native (both picked up by Typescript without any imports at the top of the file).
Typescript is defaulting to node, which I do not want. I want to use the react-native declaration. How can I disambiguate the setTimeout call?
Thanks for any help. :)