jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

Is not compatible with React Native 0.25 #54

Open cajoy opened 8 years ago

cajoy commented 8 years ago

Is not compatible with React Native 0.25

dattran92 commented 8 years ago

The same to me. React Native V 0.26. Got this error: undefined is not an object (evaluating 'PropTypes.oneOfType'

Showyilu commented 8 years ago

+1. Using 0.25.1, got lots of warnings like "ReactNative.createClass is deprecated. Use React.createClass from the "react" package instead"

avishayhajbi commented 8 years ago

+1

cajoy commented 8 years ago

This package might be deprectacted now.

You can use Native RefreshControl: https://facebook.github.io/react-native/docs/refreshcontrol.html

hzy00 commented 8 years ago

on react-native v0.31.0, I got this error: Seems you're trying to access 'ReactNative.createClass' from the 'react-native' package. Perhaps you meant to access 'React.createClass' from the 'react' package instead?

danielhe commented 8 years ago

Seems this package is not compatible with 0.25+