1.0.0-alpha.8 • Published 2 years ago

@crosscement/react-native-dropdown v1.0.0-alpha.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@crosscement/react-native-dropdown

A simple and easy to use dropdown component.

npm

Sample

npm.io

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