Eric De Sedas

Results 2 comments of Eric De Sedas

Can confirm that, on a project manged by yarn, running `CI=true react-scripts test --coverage` will result in that error.

You could try importing it like this: ```tsx import { Bar as ProgressBar } from 'react-native-progress'; const MyComponent = () => ( //