Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 334 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 334 Bytes

React Native Popup Dialog for Android.

Getting started

$ npm install rn-usepopupmenu --save

Usage

import UsePopupMenu from 'rn-usepopupmenu';

<UsePopupMenu 
    actions={['Edit', 'Remove']} 
    onPress={(e, index) => console.log(e, index)} 
/>

Props Index

  • icon
  • color
  • size
  • iconStyle