meliorence / react-native-image-gallery

Pure JavaScript image gallery component for iOS and Android with high-performance and native feeling in mind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use it with typescript?

lunlunshiwo opened this issue · comments

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?