Implement nativeID prop to allow native code to reference react managed views in iOS

Reviewed By: javache

Differential Revision: D5228055

fbshipit-source-id: 8c934501d4ac946d80bf93d2ddb50f5fc38aea3c
This commit is contained in:
Yu Wang
2017-06-20 18:56:26 -07:00
committed by Facebook Github Bot
parent d217921b5e
commit 70e0455522
7 changed files with 54 additions and 3 deletions

View File

@@ -218,8 +218,6 @@ module.exports = {
* Used to locate this view from native classes.
*
* > This disables the 'layout-only view removal' optimization for this view!
*
* @platform android
*/
nativeID: PropTypes.string,