Closed awakelife93 closed 3 years ago
typescript
declare module "react-native-splash-screen" { export default class SplashScreen { static hide(): void; static show(): void; } }
import is not module.. so, react-native-lottie-splash-screen self change and used please confirm here
I checked too late. Sorry. I'll add a type file as well.
I'm done adding index.d.ts file for this project. Thank you!
typescript
declare module "react-native-splash-screen" { export default class SplashScreen { static hide(): void; static show(): void; } }
import is not module.. so, react-native-lottie-splash-screen self change and used please confirm here