[RN] add clarifying Android-only comment to Portal

This commit is contained in:
Spencer Ahrens 2015-08-31 11:17:53 -07:00
parent 81c2216d82
commit 94ae886060
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ var _portalRef: any;
var lastUsedTag = 0;
/*
* Note: Only intended for Android at the moment. Just use Modal in your iOS
* code.
*
* A container that renders all the modals on top of everything else in the application.
*
* Portal makes it possible for application code to pass modal views all the way up to