0.0.15 • Published 5 years ago

rn-local-notifications v0.0.15

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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)
0.0.15

5 years ago

0.0.14

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago