If you know how to fix the issue, make a pull request instead.
@types/xxxx package and had problems.Definitions by: in index.d.ts) so they can respond.my code
alert("333")
The TSC compiler prompt cannot find name alert,
expect:
compile success
I think you are looking for this. Global alert does not exist in react-native context.
I think you are looking for this. Global
alertdoes not exist inreact-nativecontext.
yeah, I have found it,thank you!
Most helpful comment
I think you are looking for this. Global
alertdoes not exist inreact-nativecontext.