FuYaoDe/react-native-app-intro

typescript give error

Closed this issue · 0 comments

I install it in my project which is written by typescript, it give error when compile. not familiar with typescript, not sure whether it's react-native-app-intro's issue...

Try `npm install @types/react-native-app-intro` if it exists or add a new declaration (.d.ts) file containing `declare module 'react-native-app-intro';`

2 import AppIntro from "react-native-app-intro";