Fix Warning/Yellow Box so it does not mess up app layout when opened.

Reviewed By: fkgozali

Differential Revision: D4808601

fbshipit-source-id: c15a7aa4514ea21798ceabca075189478596e0a2
This commit is contained in:
Spencer Ahrens
2017-03-31 18:02:29 -07:00
committed by Facebook Github Bot
parent 9075fe0618
commit 7ff18f290b

View File

@@ -403,7 +403,9 @@ const elevation = Platform.OS === 'android' ? Number.MAX_SAFE_INTEGER : undefine
var styles = StyleSheet.create({
fullScreen: {
height: '100%',
elevation: elevation
width: '100%',
elevation: elevation,
position: 'absolute',
},
inspector: {
backgroundColor: backgroundColor(0.95),