This plugin allows you to receive push notifications from Pushwoosh Geozones. Powered by Pushwoosh (www.pushwoosh.com).
npm install pushwoosh-geozones-react-native-pluginReact Native Pushwoosh Geozones module
===================================================



| Guide | Documentation | Sample |
| ----------------------------------------------------------- | ------------------------------- | -------------------------------------------------------------------- |
```
npm install pushwoosh-geozones-react-native-plugin --save
react-native link pushwoosh-geozones-react-native-plugin
`js
import PushwooshGeozones from 'pushwoosh-geozones-react-native-plugin';
PushwooshGeozones.startLocationTracking();
``