-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[UIExplorer] App is broken: Attempted to assign readonly property. (ActivityIndicatorIOS.ios.js) #1654
Comments
@vjeux In the debugger I am seeing that var RCTView = createReactNativeComponentClass({
validAttributes: ReactNativeViewAttributes.RCTView,
uiViewClassName: 'RCTView',
}); On the stack I see Then drilling further into
That doesn't look like JS to me, not even ES6. Is this I am taking a wild guess here: Is it possible that you guys at FB use a more advanced flow version than the rest of the world? I believe expressions like Just for clarity, my environment is: OSX 10.10.2, running XCode 6.3.1 and the simulator for iPhone 6 (ios 8.1).
Latest flow version is 0.12.0. |
@vjeux @gabelevi @sahrens @brentvatne Everything works great again after reverting back to Now, this journey brings up a few interesting points:
This side note is probably more interesting to @avikchaudhuri, which I had the honor to work with when he was still at Adobe: I find
I am sure |
Closing this as this is an old issue and seems to be fixed. Let's reopen if you still have the issue. |
I synced to commit 522fd33, cleaned
UIExplorer
and tried to run it on the simulator using iPhone 5 (8.3). Here is what I got:The text was updated successfully, but these errors were encountered: