mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-07 02:08:34 +08:00
Revert D13402177: [react-native][PR] Map textContentType strings to Objective-C constants
Differential Revision: D13402177 Original commit changeset: 55f4a2029cd3 fbshipit-source-id: b4871d10a9622f3312845a6682c482760e7e79e0
This commit is contained in:
committed by
Facebook Github Bot
parent
077386a233
commit
6cc6f8f488
@@ -1085,19 +1085,4 @@ exports.examples = [
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'Text Content Type',
|
||||
render: function() {
|
||||
return (
|
||||
<View>
|
||||
<WithLabel label="emailAddress">
|
||||
<TextInput textContentType="emailAddress" style={styles.default} />
|
||||
</WithLabel>
|
||||
<WithLabel label="name">
|
||||
<TextInput textContentType="name" style={styles.default} />
|
||||
</WithLabel>
|
||||
</View>
|
||||
);
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user