-
Notifications
You must be signed in to change notification settings - Fork 592
Open
Description
Hi,
The scrollbar is not showing on iOS real device and the scroll bar is showing on the iOS simulator.
import React,{Component} from "react";
import { View } from "react-native";
import { Dropdown } from 'react-native-material-dropdown';
class Example extends Component
{
render() {
let data = [{
value: 'Banana',
}, {
value: 'Mango',
}, {
value: 'Pear',
},
{
value: 'orange',
},
{
value: 'apple',
},{
value: 'grapes',
}
];
return (
<View style={{flex:1}}>
<View style={{flex:1}}>
</View>
<View style={{flex:1,margin:30}}>
<Dropdown
label='Favorite Fruit'
data={data}
/>
</View>
<View style={{flex:1}}>
</View>
</View>
);
}
}
export default Example ;
@ismnoiet/react-native-dropdown": "0.0.2",
react-native-cli: 2.0.1
react-native: 0.68.2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
