mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
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:
committed by
Facebook Github Bot
parent
d217921b5e
commit
70e0455522
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user