meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind
715 stars 298 forks source link

How can I use it with typescript? #112

Open lunlunshiwo opened 6 years ago

lunlunshiwo commented 6 years ago

This plugin is unpopular for typescript。

cannt find Moudel “react-native-image-gallery” d.s.ts。 Try npm install @types/react-native-image-gallery if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-image-gallery';

so,what can help me?