mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-27 01:34:25 +08:00
@@ -357,9 +357,14 @@ Array [
|
||||
Array [
|
||||
Object {
|
||||
"backgroundColor": "white",
|
||||
"borderBottomColor": "#A7A7AA",
|
||||
"borderBottomWidth": 0.5,
|
||||
"flex": 1,
|
||||
"shadowColor": "rgba(0, 0, 0, 0.3)",
|
||||
"shadowOffset": Object {
|
||||
"height": 0.5,
|
||||
"width": 0,
|
||||
},
|
||||
"shadowOpacity": 0.85,
|
||||
"shadowRadius": 0,
|
||||
},
|
||||
Object {},
|
||||
]
|
||||
@@ -491,9 +496,14 @@ Array [
|
||||
Array [
|
||||
Object {
|
||||
"backgroundColor": "white",
|
||||
"borderBottomColor": "#A7A7AA",
|
||||
"borderBottomWidth": 0.5,
|
||||
"flex": 1,
|
||||
"shadowColor": "rgba(0, 0, 0, 0.3)",
|
||||
"shadowOffset": Object {
|
||||
"height": 0.5,
|
||||
"width": 0,
|
||||
},
|
||||
"shadowOpacity": 0.85,
|
||||
"shadowRadius": 0,
|
||||
},
|
||||
Object {},
|
||||
]
|
||||
|
||||
@@ -206,9 +206,14 @@ Array [
|
||||
Array [
|
||||
Object {
|
||||
"backgroundColor": "white",
|
||||
"borderBottomColor": "#A7A7AA",
|
||||
"borderBottomWidth": 0.5,
|
||||
"flex": 1,
|
||||
"shadowColor": "rgba(0, 0, 0, 0.3)",
|
||||
"shadowOffset": Object {
|
||||
"height": 0.5,
|
||||
"width": 0,
|
||||
},
|
||||
"shadowOpacity": 0.85,
|
||||
"shadowRadius": 0,
|
||||
},
|
||||
Object {
|
||||
"backgroundColor": "red",
|
||||
@@ -519,9 +524,14 @@ Array [
|
||||
Array [
|
||||
Object {
|
||||
"backgroundColor": "white",
|
||||
"borderBottomColor": "#A7A7AA",
|
||||
"borderBottomWidth": 0.5,
|
||||
"flex": 1,
|
||||
"shadowColor": "rgba(0, 0, 0, 0.3)",
|
||||
"shadowOffset": Object {
|
||||
"height": 0.5,
|
||||
"width": 0,
|
||||
},
|
||||
"shadowOpacity": 0.85,
|
||||
"shadowRadius": 0,
|
||||
},
|
||||
Object {
|
||||
"backgroundColor": "red",
|
||||
|
||||
@@ -14,8 +14,13 @@ const styles = StyleSheet.create({
|
||||
elevation: 4,
|
||||
},
|
||||
ios: {
|
||||
borderBottomWidth: StyleSheet.hairlineWidth,
|
||||
borderBottomColor: '#A7A7AA',
|
||||
shadowColor: 'rgba(0, 0, 0, 0.3)',
|
||||
shadowOpacity: 0.85,
|
||||
shadowRadius: 0,
|
||||
shadowOffset: {
|
||||
width: 0,
|
||||
height: StyleSheet.hairlineWidth,
|
||||
},
|
||||
},
|
||||
default: {
|
||||
// https://github.com/necolas/react-native-web/issues/44
|
||||
|
||||
Reference in New Issue
Block a user