-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react 16.0 is not work #112
Comments
@jiqimaogou clone the repo, edit it's syntax to react 6, remove |
I change all es5.js -> es6.js, delete isMounted method, and ActivityIndicatorIOS -> ActivityIndicator... |
I solved those problem by follow steps :
React.PropTypes=require('prop-types');
React.createClass=require('create-react-class'); |
Did any one of you got it working by the solution given by @dongniu0927 ? I tried it but facing the issues.
|
Actually you can use https://github.com/iwater/react-native-infinite-virtualized-list, an equivalent to /react-native-gifted-listview but with the new react-native/VirtualizedList component, and a drop replacement component of react-native-gifted-listview |
i got the same ,did u fix it? |
Hi, I've been trying to solve this issue. I don't know how is the syntax to set an state from a form.
|
react.createclass is undefine.
The text was updated successfully, but these errors were encountered: