From dfc557f7836e68faa34c38b765c1ee0088664e56 Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Wed, 4 Jan 2017 09:10:05 -0800 Subject: [PATCH] docs: added plugins that do not work with branch --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 670458ad..8c796d87 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ - [Link Domain: Bnc.lt](#link-domain-bnclt) - [Link Data: Convert to Ionic/Angular](#link-data-convert-to-ionicangular) - [Link Data: Global Listener Warning](#link-data-global-listener-warning) + - [Compiling: Incompatible Plugins](#compiling-incompatible-plugins) - [Compiling: Updating the Branch SDK](#compiling-updating-the-branch-sdk) - [Compiling: Cordova Dependencies](#compiling-cordova-dependencies) - [Compiling: Visual Studio TACO](#compiling-visual-studio-taco) @@ -968,6 +969,18 @@ - Use `Branch.disableGlobalListenersWarnings();` to turn off the warning errors generated from `DeepLinkHandler` and `NonBranchLinkHandler` +- #### Compiling: Incompatible Plugins + + - The following plugins will not work with the Branch SDK + + - [PhoneGap NFC Plugin](https://github.com/chariotsolutions/phonegap-nfc) + + - [Custom URL scheme](https://github.com/EddyVerbruggen/Custom-URL-scheme) + + - [Cordova Universal Links Plugin](https://github.com/nordnet/cordova-universal-links-plugin) + + - [Ionic Deeplinks Plugin](https://github.com/driftyco/ionic-plugin-deeplinks) + - #### Compiling: Updating the Branch SDK ```bash