jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link

ActivityIndicatorIOS is deprecated. Use ActivityIndicator instead. #6

Closed muratozgul closed 8 years ago

muratozgul commented 8 years ago

"dependencies": { "react": "^15.2.0", "react-native": "^0.28.0", }

Started to get this (yellowbox) warning: 'ActivityIndicatorIOS is deprecated. Use ActivityIndicator instead.'

saeho commented 8 years ago

I am experiencing the same issue.

jeanpan commented 8 years ago

Currently, the ActivityIndicatorIOS is not used. So at the latest version (v1.1.1) I removed ActivityIndicatorIOS. https://github.com/jeanpan/react-native-camera-roll-picker/blob/master/index.js Please let me know if the warning is still happened after updating the package. Thanks.

jeanpan commented 8 years ago

Updated ActivityIndicatorIOS to ActivityIndicator. Closed this issue.