mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-01 22:41:28 +08:00
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:
committed by
Facebook Github Bot
parent
9075fe0618
commit
7ff18f290b
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user