Skip to content

A flexible dropdown menu component for Android and iOS that is similar to Android's Spinner.

Notifications You must be signed in to change notification settings

jaysoo/react-native-menu

Repository files navigation

react-native-menu

A menu component for Android and iOS that provides a dropdown similar to Android's Spinner, but does not retain a persistent selection.

The API is very flexible so you are free to extend the styling and behaviour.

Installation

$ npm install react-native-menu --save

Or with yarn:

$ yarn add react-native-menu

Demo

iOS Android

Basic Usage

import React, { View, Text, AppRegistry } from 'react-native';
import Menu, { MenuContext, MenuOptions,