Skip to content

ovy9086/notificare-push-lib-react-native

 
 

Repository files navigation

Notificare Push Lib for React Native

Quick Setup

To start please make sure you have followed the Getting started with React Native tutorial. Once you have met all the requirements and you have prepared your machine for React Native development you can then start implementing our module.

Install the module

react-native install notificare-push-lib-react-native

Android

Add the following as a dependency in the android/app/build.gradle file

dependencies {
    ...
    implementation project(':notificare-push-lib-react-native')
    ...
}

Follow the rest of the implementation on the Notificare Documentation

iOS

Follow the rest of the implementation on the Notificare Documentation

About

Notificare Push Lib for React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 50.5%
  • Java 45.1%
  • JavaScript 4.1%
  • Ruby 0.3%