Skip to content

Commit

Permalink
docs: added plugins that do not work with branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Jan 4, 2017
1 parent 50584ae commit dfc557f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dfc557f

Please sign in to comment.