rn-local-notifications

0.0.15 • Public • Published

react-native-local-notifications

Getting started

$ npm install react-native-local-notifications --save

Mostly automatic installation

$ react-native link react-native-local-notifications

Usage

import LocalNotifications from 'react-native-local-notifications';

// TODO: What to do with the module?
LocalNotifications;

Install ios

Open Xcode workspace located inside ios folder and add empty Swift file if you don't have at least one: Select File/New/File... Choose Swift file and click Next. Name it however you want, select your application target and create it. Accept to create Objective-C bridging header.

TODO

  • Documentation
  • Scheduled notifications
  • Cancel scheduled notifications
  • Refactor android code
  • Check param types (android & ios)
  • Typescript
  • Split android/ios js code, to throw unsupported method if not implemented natively
  • Implement subtext, images (feature complete notifications for both platforms)

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i rn-local-notifications

    Weekly Downloads

    1

    Version

    0.0.15

    License

    MIT

    Unpacked Size

    125 kB

    Total Files

    22

    Last publish

    Collaborators

    • spezzino