mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-03 10:46:19 +00:00
committed by
Nicolas Gallagher
parent
7b9b57960d
commit
2aa565c7c3
+1
-1
@@ -10,7 +10,7 @@ exports[`components/Picker prop "children" items 1`] = `
|
|||||||
|
|
||||||
exports[`components/Picker prop "children" renders items 1`] = `
|
exports[`components/Picker prop "children" renders items 1`] = `
|
||||||
<select
|
<select
|
||||||
className="rn-fontFamily-poiln3 rn-fontSize-7cikom rn-marginTop-1mnahxq rn-marginRight-61z16t rn-marginBottom-p1pxzi rn-marginLeft-11wrixw"
|
className="rn-fontFamily-10u92zi rn-fontSize-7cikom rn-marginTop-1mnahxq rn-marginRight-61z16t rn-marginBottom-p1pxzi rn-marginLeft-11wrixw"
|
||||||
onChange={[Function]}
|
onChange={[Function]}
|
||||||
>
|
>
|
||||||
<PickerItem
|
<PickerItem
|
||||||
|
|||||||
+1
-1
@@ -82,7 +82,7 @@ class Picker extends Component<Props> {
|
|||||||
|
|
||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
initial: {
|
initial: {
|
||||||
fontFamily: 'inherit',
|
fontFamily: 'System',
|
||||||
fontSize: 'inherit',
|
fontSize: 'inherit',
|
||||||
margin: 0
|
margin: 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user