HwangTaehyun / react-native-lottie-splash-screen

⚡ Lottie splash screen for your react native app!
MIT License
222 stars 62 forks source link

index.d.ts issue #1

Closed awakelife93 closed 3 years ago

awakelife93 commented 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

HwangTaehyun commented 3 years ago

I checked too late. Sorry. I'll add a type file as well.

HwangTaehyun commented 3 years ago

I'm done adding index.d.ts file for this project. Thank you!