0.0.2 • Published 6 years ago

xxx-react-native-radial-action-menu v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

React Native Radial Action Menu

A React Native implementation of a radial action or context menu, similar in behaviour and style to that found in the The Guardian Android app.

Installation

npm install react-native-radial-action-menu

Usage

import with { withRadialActionMenu } from 'react-native-radial-action-menu'

const TestComponent = withRadialActionMenu(() => <View style={ width: 100 } />)

const App = () => ()