colbymillerdev / react-native-progress-steps

A simple and fully customizable React Native component that implements a progress stepper UI.
MIT License
361 stars 145 forks source link

incompatible with typescripte #73

Closed samir0067 closed 3 years ago

samir0067 commented 3 years ago

Hello I am working on a react native project in typescript,

import { ProgressSteps, ProgressStep } from 'react-native-progress-steps'

it and impossible to import the library here is the error message:

TS7016: Could not find a declaration file for module 'react-native-progress-steps

and the command does not work

yarn add @types/react-native-progress-steps

did you have a solution thank you

abdulghanitech commented 3 years ago

Hello, @samir0067 I would like to how did you solve this issue? Because I'm facing the same issue.