mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Support string return type from RN createReactNativeFiberComponentClass()
Reviewed By: sebmarkbage Differential Revision: D4607283 fbshipit-source-id: 466d2373dd570f77ebcced306d2f20a3f72d79c6
This commit is contained in:
committed by
Facebook Github Bot
parent
d7314661fb
commit
9344f3a95b
@@ -540,13 +540,6 @@ const TextInput = React.createClass({
|
||||
*/
|
||||
mixins: [NativeMethodsMixin, TimerMixin],
|
||||
|
||||
viewConfig:
|
||||
((Platform.OS === 'ios' && RCTTextField ?
|
||||
RCTTextField.viewConfig :
|
||||
(Platform.OS === 'android' && AndroidTextInput ?
|
||||
AndroidTextInput.viewConfig :
|
||||
{})) : Object),
|
||||
|
||||
/**
|
||||
* Returns `true` if the input is currently focused; `false` otherwise.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user