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.html
Styles 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.
I didn't make any progress with react-native for several weeks and the last version that I used was
0.3.11which worked perfectly.Unfortunately after update to
0.4.1I 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.