diff --git a/Libraries/Portal/Portal.js b/Libraries/Portal/Portal.js index 652e9ed6f..ac80e0410 100644 --- a/Libraries/Portal/Portal.js +++ b/Libraries/Portal/Portal.js @@ -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