mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
[RN] add clarifying Android-only comment to Portal
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user