oblador / react-native-image-progress

Progress indicator for networked images in React Native
MIT License
1.72k stars 177 forks source link

Unhandled JS Exception: Cannot read property 'Pie' of undefined #65

Closed mf168 closed 7 years ago

mf168 commented 7 years ago

Unhandled JS Exception: Cannot read property 'Pie' of undefined

412605dc-832b-479a-b1c8-8f774eff1b51

mf168 commented 7 years ago

import * as Progress from 'react-native-progress'; const INDICATORS = [null, Progress.Bar, Progress.Circle, Progress.Pie];

Solved