Size flexibility modes for RCTRootView

Reviewed By: javache

Differential Revision: D2526355

fb-gh-sync-id: 095a43bc01f883fdfdad3a086a35682c20c05597
This commit is contained in:
Pawel Sienkowski
2015-10-26 15:39:04 -07:00
committed by facebook-github-bot-7
parent 3a92f2017f
commit 46803f0617
6 changed files with 78 additions and 12 deletions

View File

@@ -87,11 +87,7 @@ function renderApplication<D, P, S>(
var styles = StyleSheet.create({
appContainer: {
position: 'absolute',
left: 0,
top: 0,
right: 0,
bottom: 0,
flex: 1,
},
});