We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
The scrollbar is not showing in a dark mode in ios real device. It is working fine in a light mode in ios real device.
Sorry, something went wrong.
No branches or pull requests
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',
}
];
}
export default Example ;
@ismnoiet/react-native-dropdown": "0.0.2",
react-native-cli: 2.0.1
react-native: 0.68.2
The text was updated successfully, but these errors were encountered: