oblador / react-native-progress

Progress indicators and spinners for React Native
MIT License
3.63k stars 516 forks source link

wrong type in index.d.ts for formatText #231

Open jaquinocode opened 3 years ago

jaquinocode commented 3 years ago

https://github.com/oblador/react-native-progress/blob/8206718fa33415b8390b72871c05c1f6c6a27b8d/index.d.ts#L199

You'll see above that formatText is said to be void when in reality it should return a string.