mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 12:25:59 +08:00
[ReactNative] Fix secure text entry
Summary: @public `validAttributes` strikes again. Test Plan: secure box in example is actually secure
This commit is contained in:
@@ -35,6 +35,7 @@ var createReactNativeComponentClass = function(
|
||||
this.previousFlattenedStyle = null;
|
||||
};
|
||||
Constructor.displayName = viewConfig.uiViewClassName;
|
||||
Constructor.viewConfig = viewConfig;
|
||||
Constructor.prototype = new ReactNativeBaseComponent(viewConfig);
|
||||
Constructor.prototype.constructor = Constructor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user