# react-native-notifyvisitors-demo

> React Native Notifyvisitors SDK for push notifications and surveys

Latest version **4.0.0** (published 2020-07-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-notifyvisitors-demo
pnpm add react-native-notifyvisitors-demo
yarn add react-native-notifyvisitors-demo
bun add react-native-notifyvisitors-demo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2020-07-14 |
| First published | 2019-05-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Siddharth Gupta |
| Maintainers | neraj123 |
| Keywords | react-native, ios, android, notifications, push, apns, fcm, gcm, notifyvisitors |

## Links

- npm: https://www.npmjs.com/package/react-native-notifyvisitors-demo
- Repository: https://github.com/tagnpin/react-native-notifyvisitors
- Homepage: https://github.com/tagnpin/react-native-notifyvisitors#readme
- Issues: https://github.com/tagnpin/react-native-notifyvisitors/issues
- npm.io page: https://npm.io/package/react-native-notifyvisitors-demo

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 4.0.0 (latest) — 2020-07-14
- 3.5.4 — 2020-02-28
- 3.5.3 — 2020-02-01
- 3.5.1 — 2020-02-01
- 3.5.2 — 2020-01-31
- 3.4.2 — 2020-01-31
- 3.3.2 — 2020-01-29
- 3.3.1 — 2020-01-16
- 3.0.8 — 2020-01-01
- 3.0.5 — 2019-12-18
- 3.0.4 — 2019-12-18
- 2.0.5 — 2019-08-27
- 2.0.4 — 2019-06-19
- 2.0.3 — 2019-06-17
- 2.0.2 — 2019-06-17
- … 11 more at https://npm.io/package/react-native-notifyvisitors-demo/versions

## README

# react-native-notifyvisitors

## Getting started

`$ npm install react-native-notifyvisitors --save`

### Mostly automatic installation

`$ react-native link react-native-notifyvisitors`

### Manual installation


#### iOS

1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`
2. Go to `node_modules` ➜ `react-native-notifyvisitors` and add `RNNotifyvisitors.xcodeproj`
3. In XCode, in the project navigator, select your project. Add `libRNNotifyvisitors.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`
4. Run your project (`Cmd+R`)<

#### Android

1. Open up `android/app/src/main/java/[...]/MainActivity.java`
  - Add `import com.reactlibrary.RNNotifyvisitorsPackage;` to the imports at the top of the file
  - Add `new RNNotifyvisitorsPackage()` to the list returned by the `getPackages()` method
2. Append the following lines to `android/settings.gradle`:
  	```
  	include ':react-native-notifyvisitors'
  	project(':react-native-notifyvisitors').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-notifyvisitors/android')
  	```
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
  	```
      compile project(':react-native-notifyvisitors')
  	```

#### Windows
[Read it! :D](https://github.com/ReactWindows/react-native)

1. In Visual Studio add the `RNNotifyvisitors.sln` in `node_modules/react-native-notifyvisitors/windows/RNNotifyvisitors.sln` folder to their solution, reference from their app.
2. Open up your `MainPage.cs` app
  - Add `using Notifyvisitors.RNNotifyvisitors;` to the usings at the top of the file
  - Add `new RNNotifyvisitorsPackage()` to the `List<IReactPackage>` returned by the `Packages` method


## Usage
```javascript
import RNNotifyvisitors from 'react-native-notifyvisitors';

// TODO: What to do with the module?
RNNotifyvisitors;
```

---
_Source: https://npm.io/package/react-native-notifyvisitors-demo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
