-
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
0.4.x - breaking changes? #1089
Comments
I believe it is |
I've checked on our latest codebase and this seems to be working correctly. Sorry for the breakage, but it should be fixed in the next update. |
Just to provide additional data points, this broke some similar styles in my app as well... I've reverted back to 0.4.0 |
Its similar trouble #1051 ? |
@bimawa that was indeed the issue for me... adding |
@lelandrichardson Waaahh It's helped for me Thx!! |
I didn't make any progress with react-native for several weeks and the last version that I used was
0.3.11
which worked perfectly.Unfortunately after update to
0.4.1
I have several issues. Official blog post doesn't say anything about breaking changes etc. - http://facebook.github.io/react/blog/2015/04/17/react-native-v0.4.htmlStyles are broken
That's what I have right now (before update it worked as fullscreen):
Code is pretty straightforward - https://github.com/voronianski/EightTracksReactNative/blob/master/index.ios.js#L74
Build empty screen
One more strange issue is happening with this demo app - https://github.com/voronianski/react-native-effects-view/tree/master/example/EffectsApp
After update it renders white screen in simulator.. Didn't have time to figure out what is going.
The text was updated successfully, but these errors were encountered: