# 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 = () => ()
```
