-
Notifications
You must be signed in to change notification settings - Fork 163
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
both iOS and Android has errors when first render the page #25
Comments
+1 |
1 similar comment
+1 |
I have the same issue, but in case, the initial render is fine, but the subsequent ones are throwing this issue. |
Same issue here. |
On
For some reason The possible solution to avoid this problem is fix code by this way:
I will try submit a P.R, but for moment i'll create a fork and use this fork on package.json
|
This implementation will avoid exception on some cases when `this.refs.view` is undefined and fix the problem for the issue i6mi6#25
react: 15.3.2
react-native: 0.37.0
The text was updated successfully, but these errors were encountered: