Martynas Rimšelis
Martynas Rimšelis
I'm getting an error `Could not find a declaration file for module 'react-native-progress/Bar'.` when importing ProgressBar directly using `import ProgressBar from 'react-native-progress/Bar';`.
Tested it from `[email protected]` to `[email protected]`. Issue happens only on `[email protected]`.
The initial issue seems to be fixed with `2.0.0-beta.33` (checked both with `resolver.authorize()` and with `ctx.session.$authorize()`) on the same fresh project. Thank you! Not sure if I should close this...