1.0.0-alpha.9 • Published 1 year ago
@crosscement/react-native-dropdown v1.0.0-alpha.9
@crosscement/react-native-dropdown
A simple and easy to use dropdown component.
Sample

Installation
npm install @crosscement/react-native-dropdownUsage
<Dropdown
visible={visible}
expand={
<View style={{ height, backgroundColor: 'yellow' }}>
<Button title="hide" onPress={hide} />
</View>
}
onDismiss={hide}
>
<Button title="show dynamic container" onPress={show} />
</Dropdown>License
MIT
1.0.0-alpha.9
1 year ago
1.0.0-alpha.7
3 years ago
1.0.0-alpha.6
4 years ago
1.0.0-alpha.8
3 years ago
1.0.0-alpha.5
4 years ago
1.0.0-alpha.4
4 years ago
1.0.0-alpha.3
4 years ago
1.0.0-alpha.2
4 years ago
1.0.0-alpha.1
4 years ago
1.0.0-alpha.0
4 years ago