-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error: Can't add property onScroll, object is not extensible #1
Comments
How did you go about solving that issue within the render function on line 153. I'm having a problem with that same _merge function. I received an error saying "Attempted to assign to readonly property. |
+1 |
@jeromecovington @schmarjames Could you provide your react-native version? |
I noticed this problem on react-native v0.14.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the stack trace I am getting right now, after swapping
LazyloadView
forListView
:Here is how I am calling the view:
The text was updated successfully, but these errors were encountered: