@crosscement/react-native-dropdown
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-alpha.8 • Public • Published

@crosscement/react-native-dropdown

A simple and easy to use dropdown component.

npm

Sample

Installation

npm install @crosscement/react-native-dropdown

Usage

<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

Package Sidebar

Install

npm i @crosscement/react-native-dropdown

Weekly Downloads

0

Version

1.0.0-alpha.8

License

MIT

Unpacked Size

73.6 kB

Total Files

33

Last publish

Collaborators

  • hizp